What problem does it solve? Getting a reliable second opinion on code, plans, or architectural options usually requires copy-pasting context into another tool and manually configuring the right model flags. This Skill invokes the OpenAI Codex CLI (GPT-5.4, xhigh reasoning) directly from the terminal with the correct subcommands, explicit model flags, and MCP servers disabled to prevent lost responses on long reasoning sessions. ## Core Features & Use Cases - Code Review via Git: Runs codex exec review against uncommitted changes, a specific commit, or a base branch, with optional custom focus prompts. - Options, Idea, and Plan Review: Builds self-contained heredoc prompts from conversation context so Codex can evaluate trade-offs, risks, and sequencing. - Reliability Safeguards: Forces -m gpt-5.4 and model_reasoning_effort=xhigh regardless of user config, and disables configured MCP servers to avoid mid-run disconnections. - Use Case: After drafting an execution plan for a new feature, type /codex review plan to have GPT-5.4 critique completeness, sequencing, and risks before implementation begins. ## Quick Start Ask the assistant to run /codex review code to have Codex review your uncommitted changes with xhigh reasoning.