Setup & Installation
What This Skill Does
Wraps the OpenAI Codex CLI to provide three code analysis modes: a structured diff review with a pass/fail gate, an adversarial challenge that searches for edge cases and failure paths, and a consult mode for open-ended questions with session continuity across turns. Using two independent models on the same code catches findings that either one alone would miss, since Codex and Claude have different training and different blind spots.
When to use it
- Working with codex functionality
- Implementing codex features
- Debugging codex related issues
