codex-review
Installation
SKILL.md
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