codex
Installation
SKILL.md
Codex Second Opinion
An independent perspective from Codex via MCP. Every call starts a fresh session (no accumulated context) to ensure unbiased responses.
When to use
- User says "/codex " or "/codex" (default: review)
- User asks Codex to review, challenge, or propose alternatives
- You need a second opinion on a plan, code change, or design decision
- Two-pass review workflow needs Codex as one of the reviewers
Execution model
- Determine the mode from the user's request (default:
review) - Gather the artifact — for code changes run
git diff, for file/artifact reviews note the file paths - Call
mcp__codex__codexwith the mode-specificdeveloper-instructionsandprompt - Return the raw response. Never auto-apply fixes.