Use this skill when instructed by the user, typically when finished with implementing an issue.
Run OpenAI Codex locally to review changes related to a GitHub issue. Codex will inspect the issue, run git status / git diff as needed, and return a structured review.
When instructed by the user
- Takes a GitHub issue number as input
- Executes a local Codex CLI command
- Writes raw JSON output to a temporary file
- Prints only the filtered review text (agent message output)
- Blockers (must-fix before push)
- Important (should-fix)
- Nits (optional)
- Missing tests
- Questions for the author (if needed)
Do not modify the script behavior. Address blockers before continuing.