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 AI system independently reviews your diff, attacks it adversarially, or answers technical questions with session continuity. ## Core Features & Use Cases - Review Mode: Runs codex review against your branch diff with a pass/fail gate based on [P1] critical findings, plus cross-model comparison against Claude's own /review results. - Challenge Mode: Adversarial analysis that tries to break your code, hunting edge cases, race conditions, security holes, and failure modes, with optional focus areas like security. - Consult Mode: Ask Codex anything with session continuity for follow-up questions, using medium reasoning effort for interactive speed. - Use Case: Before shipping a billing change, run /codex review to get an independent pass/fail verdict, then /codex challenge security to probe for injection and auth bypass paths. ## Quick Start Ask the assistant to run /codex review on the current branch to get an independent code review with a pass/fail gate.