From humanize
Consult Codex as an independent expert. Sends a question or task to codex exec and returns the response.
How this skill is triggered — by the user, by Claude, or both
Slash command
/humanize:ask-codex [--codex-model MODEL:EFFORT] [--codex-timeout SECONDS] [question or task][--codex-model MODEL:EFFORT] [--codex-timeout SECONDS] [question or task]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
Send a question or task to Codex and return the response.
Send a question or task to Codex and return the response.
Execute the ask-codex script with the user's arguments:
"${CLAUDE_PLUGIN_ROOT}/scripts/ask-codex.sh" $ARGUMENTS
| Exit Code | Meaning |
|---|---|
| 0 | Success - Codex response is in stdout |
| 1 | Validation error (missing codex, empty question, invalid flags) |
| 124 | Timeout - suggest using --codex-timeout with a larger value |
| Other | Codex process error - report the exit code and any stderr output |
.humanize/skill/<timestamp>/output.md for referencegpt-5.3-codex:xhigh with a 3600-second timeoutnpx claudepluginhub shinezyy/humanizeGuides completion of development work by verifying tests, detecting environment, and presenting structured options for merge, PR, or cleanup.
Enforces test-driven development: write failing test first, then minimal code to pass. Use when implementing features or bugfixes.
Guides creation and editing of skills using test-driven development with pressure scenarios and subagents to verify agent compliance.