What problem does it solve? Getting a second opinion on code changes from the same AI that wrote them creates blind spots. This Skill wraps the OpenAI Codex CLI to provide an independent, cross-model review of your diffs, an adversarial challenge mode that tries to break your code, and a consult mode for open-ended technical questions with session continuity. ## Core Features & Use Cases - Review Mode: Runs codex review against the current branch diff with a pass/fail gate based on critical [P1] findings, plus cross-model comparison when Claude's own /review was already run. - Challenge Mode: Adversarially attacks your diff to find edge cases, race conditions, and failure modes before they hit production. - Consult Mode: Asks Codex anything with session continuity for follow-up questions, using medium reasoning effort for interactive speed. - Use Case: Before merging a PR, run /codex review to get an independent verdict with a GATE: PASS/FAIL result, token cost, and a persisted review log entry that feeds into the plan file's review report. ## Quick Start Ask the AI to run /codex review on the current branch to get an independent second opinion on your diff with a pass/fail gate.