What problem does it solve?
Coordinating two AI agents on one coding task often degrades into manual copy-paste of code, diffs, and logs between chat windows, with no proof of which model actually reviewed what. This Skill enforces a strict protocol where ChatGPT Pro researches, plans, and reviews through a read-only MCP tunnel while Codex alone edits files and runs tests locally.
Core Features & Use Cases
- Five routing modes: research, code, hybrid, review, and an opt-in local-only mode, selected automatically from the request.
- C2C state machine: a fixed PRECHECK → INIT → PLAN → EXECUTING → EXECUTED → REVIEW protocol with unique task IDs, message markers, and a two-iteration execution budget.
- Read-only evidence boundary: ChatGPT accesses one validated project through exactly seven read-only MCP tools; code, diffs, and secrets never enter the browser composer.
- Use Case: Ask Codex to refactor a module; the Skill has ChatGPT Pro inspect the real workspace through the tunnel, return an architecture plan, let Codex implement and test it, then have ChatGPT review the actual diff before declaring DONE.
Quick Start
Ask Codex to use $yichen-codex-chatgpt to have ChatGPT Pro design and review the changes for your current project.