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 branch diff, adversarial failure analysis, and general technical consultation 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 when Claude's own review already ran. - Challenge Mode: Adversarially attacks your code to find edge cases, race conditions, security holes, and failure modes, streaming Codex's reasoning traces via JSONL output. - Consult Mode: Ask Codex anything about the codebase with persistent session IDs stored in .context/codex-session-id for follow-up conversations. - Use Case: Before merging a PR, run /codex review to get an independent gate verdict, then /codex challenge security to probe for injection vectors and auth bypasses the first 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.