What problem does it solve?
OpenAI Codex CLI is powerful, but teams often need an independent, blunt critique of their code changes or prompts. This Skill wraps Codex to provide a second opinion that challenges assumptions, surfaces edge cases, and helps prevent shipping fragile or risky changes.
Core Features & Use Cases
- Three modes: Review for independent diff review with pass/fail gates, Challenge for adversarial testing, Consult for ask-anything with session continuity.
- Brutal, objective critique: Delivers direct feedback that helps you tighten logic, improve prompts, and catch corner cases before shipping.
- Session-aware workflow: Maintains context across follow-ups to build a coherent critique over time.
Quick Start
Run the codex CLI in one of the modes (review, challenge, or consult) to get a brutal second opinion on your code, diff, or prompt.