What problem does it solve?
It helps you catch bugs, security issues, and fragile logic by getting a second opinion from OpenAI Codex—either reviewing your code changes or trying to break them.
It prevents slow “rubber-stamp” reviews by forcing a pass/fail gate for review mode and an attacker mindset for challenge mode.
Core Features & Use Cases
- Code Review with a gate: Runs a Codex review on your branch diff and flags critical findings as a FAIL, so you can decide whether to proceed.
- Adversarial Challenge: Tries to break the changes by searching for edge cases, race conditions, failure modes, and security holes.
- Consult with session continuity: Lets you ask Codex questions about the codebase and keep context for follow-ups (useful when you iterate on fixes).
Quick Start
Use the codex skill by typing /codex review so Codex reviews your current branch changes against the base branch and returns its verdict.