What problem does it solve? Getting a second opinion on code changes from the same AI that wrote them creates blind spots. This Skill invokes the OpenAI Codex CLI as an independent reviewer that analyzes your branch diff, adversarially probes for failure modes, or answers technical questions with session continuity. ## Core Features & Use Cases - Review Mode: Runs codex review against the base branch diff with a pass/fail gate based on critical [P1] findings, plus cross-model comparison with Claude's own review. - Challenge Mode: Adversarial analysis that hunts for edge cases, race conditions, security holes, and silent data corruption paths, with streamed reasoning traces. - Consult Mode: Ask Codex anything about the codebase with persistent session IDs for follow-up questions, including automatic plan-file review detection. - Use Case: Before merging a PR, run /codex review to get an independent gate verdict, then /codex challenge security to probe for exploit vectors the standard review missed. ## Quick Start Ask the assistant to run a codex review of the current branch diff against the base branch and report the pass/fail gate verdict.