codex-review
Codex Plan & Code Review
Send the current implementation plan or local code changes to OpenAI Codex for review.
Default behavior is review-only: Claude gathers Codex feedback and shows it to the user without changing the plan or code.
If the user explicitly asks for iterative refinement, or invokes /codex-review --iterate, Claude may revise the plan (or code) and re-submit it until Codex returns VERDICT: APPROVED or 5 rounds are reached.
When to Invoke
- When the user runs
/codex-reviewduring or after plan mode - When the user runs
/codex-review codeor asks to review local changes - When the user wants a second opinion on a plan or code from a different model
- When the user wants optional iterative refinement before implementation or committing
Arguments
More from agmangas/agent-skills
notebooklm-knowledge-base-organizer
>
21git-style-commit
Analyze git history for commit style, stage changes logically, and commit without pushing. Use when the user wants to commit changes matching their repository's existing style.
11desloppify
Improve code quality in a repository using desloppify. Use when auditing a codebase, raising code quality scores, cleaning up maintainability issues, or systematically working through desloppify findings.
4plainspoken
Use when the user explicitly asks for plain language, less jargon, a concise explanation, mentor-style codebase guidance, or an explanation for a developer who knows software engineering but is new to the project or domain.
1