What problem does it solve? Getting a second opinion from Codex or offloading implementation work to it normally requires manual CLI interaction and context re-explanation. This Skill standardizes how the agent calls Codex CLI in non-interactive mode, packaging the prompt, model, reasoning effort, and sandbox level into a repeatable workflow. ## Core Features & Use Cases - Consultation Mode (default): Runs Codex in read-only sandbox to answer questions, review code, or provide a second opinion without touching files. - Delegation Mode: Runs Codex with workspace-write permissions to execute edits, but only when the user explicitly asks to delegate work. - Model & Effort Selection: Chooses among gpt-5.6-luna, gpt-5.6-terra, and gpt-5.6-sol with matching reasoning effort levels based on task complexity, with fallback from xhigh to high on failure. - Use Case: Ask "Codexにこの設計をレビューして" and the agent builds a self-contained prompt with file paths and context, runs codex exec in read-only mode, and summarizes agreements and disagreements with its own view. ## Quick Start Ask the agent to consult Codex about a design decision or delegate a specific implementation task to Codex, and it will run the CLI with the appropriate sandbox mode.