co-review
Use when the user asks Claude to use co-review/Codex/GPT as a coding copilot, workhorse, reviewer, second opinion, or raster image generator/editor. Defaults coding tasks to a coordinated Luna workhorse plus Sol reviewer, while preserving dedicated workhorse, review-only, and ima
# Co-review: fast cross-family checks for Claude Code Claude is the sole orchestrator. Codex processes are leaf workers and must not spawn or coordinate other agents. ## Prime directive Optimize for finishing the user's task. Keep Claude as the sole orchestrator and keep every Codex process a dedicated leaf worker. When the user says only "use co-review," "use Codex," or similar for a coding task, run the default copilot pair: 1. One `workhorse` using `gpt-5.6-luna` at `high` reasoning implements and verifies the bounded change. 2. One separate `review` worker using `gpt-5.6-sol` at `high
When to use
Community skill by trigga6006. Source: https://github.com/trigga6006/co-review