What problem does it solve?
It provides an independent, focused AI second opinion on code changes, plans, and prompts so teams catch issues, design flaws, and security gaps before shipping.
Core Features & Use Cases
- Review Mode: Runs Codex against a git diff to produce a verbatim code review and a pass/fail gate based on critical findings.
- Challenge Mode: Adversarial testing that tries to break assumptions in code or designs to surface edge cases and failure modes.
- Consult Mode: Interactive Q&A with session continuity for follow-ups and targeted guidance.
- Use Case: Run on a feature branch to validate security, correctness, and edge cases before merging, or ask for a focused consult about a tricky algorithm.
Quick Start
Run /codex review to get an independent Codex-driven code review of the current branch diff.