skills/ask-codex/SKILL.md
Consult Codex as an independent expert. Sends a question or task to `humanize ask-codex` and returns the response.
npx skillsauth add cupnfish/humanize-rs ask-codexInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Send a question or task to Codex and return the response.
Execute the Humanize CLI command with the user's arguments:
humanize ask-codex $ARGUMENTS
| Exit Code | Meaning |
|-----------|---------|
| 0 | Success - Codex response is in stdout |
| 1 | Validation or invocation error |
| 124 | Timeout - suggest using --timeout with a larger value |
| Other | Underlying Codex process error - report the exit code and any stderr output |
.humanize/skill/<timestamp>/output.md for referencegpt-5.4, effort xhigh, and timeout 3600 secondstools
Iterative development with AI review. Provides RLCR (Ralph-Loop with Codex Review) for implementation planning and code review loops, plus PR review automation with bot monitoring.
development
Start RLCR (Ralph-Loop with Codex Review) with hook-equivalent enforcement from skill mode by reusing the existing native `humanize gate rlcr` logic.
tools
Generate a structured implementation plan from a draft document. The host orchestrates repository analysis, Codex planning rounds, convergence, user clarification, and final authoring. The CLI provides deterministic helper commands for config lookup, validation, scaffold preparation, and one-shot Codex consultation.
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.