What problem does it solve? A single AI reviewing its own work has blind spots. This Skill wraps the OpenAI Codex CLI to get an independent second opinion from a different AI system on your diffs, plans, and code questions, with a pass/fail gate on reviews. ## 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 against Claude's own review. - Challenge Mode: Adversarial analysis that tries to break your code, hunting edge cases, race conditions, security holes, and failure modes. - Consult Mode: Ask Codex anything about the codebase with session continuity for follow-up questions, including plan file review with embedded content. - Use Case: Before merging a feature branch, run a codex review to get an independent gate verdict, then challenge the diff for security holes a normal review would miss. ## Quick Start Ask the assistant to run a codex review of the current branch diff against the base branch.