What problem does it solve? Getting a second opinion on your code from the same AI that wrote it creates blind spots. This Skill wraps the OpenAI Codex CLI so a different model reviews your diff, attacks your assumptions, or answers questions with session continuity, catching issues a single-model workflow misses. ## Core Features & Use Cases - Review Mode: Runs codex review against the current branch diff with a pass/fail gate based on [P1] critical findings, plus cross-model comparison when Claude's own review already ran. - Challenge Mode: Adversarially tries to break your code, probing edge cases and weak assumptions in the diff. - Consult Mode: Ask Codex anything with session continuity for follow-up questions, with adjustable reasoning effort (default medium, --xhigh override). - Use Case: Before merging a PR, run /codex review to get an independent diff review with a GATE: PASS/FAIL verdict, token cost, and persisted review log entry for the plan file's review report. ## Quick Start Ask the assistant to run /codex review on the current branch to get an independent second opinion on your diff.