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 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: Asks Codex anything about the codebase with saved session IDs so follow-up questions retain prior conversation context. - Use Case: Before merging a pull request, run a codex review to get an independent pass/fail verdict, then use challenge mode focused on security to probe for injection vectors and auth bypasses. ## 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.