What problem does it solve? Getting a second opinion on code changes usually means waiting for a human reviewer or trusting the same model that wrote the code. This Skill wraps the OpenAI Codex CLI so you can get an independent, cross-model review of your diff, an adversarial attempt to break your code, or a consultative Q&A session with continuity across follow-ups. ## Core Features & Use Cases - Code Review Mode: Runs codex review on your diff as an independent pass/fail gate before shipping. - Challenge Mode: Adversarially tries to break your code, surfacing edge cases and failure modes you missed. - Consult Mode: Ask Codex anything with session continuity, so follow-up questions keep prior context. - Use Case: Before merging a branch, invoke a codex review to get a cross-model verdict on the diff, then run challenge mode on the riskiest function to hunt for bugs the first pass missed. ## Quick Start Ask the assistant to run a codex review on the current branch diff and report any blocking findings.