codex-tdd-orchestration
适合需要并行自动实现与审查的复杂任务
调用多模型与外部运行时,存在成本与隐私风险
由 Claude 实时编排并驱动并行 Codex 实例以实现 TDD 风格的实现流程
当你想让 Claude 当“指挥官”并发起多个 Codex CLI 实例按 TDD 流程去实现或修复功能时用。它会把大话题分配到持久的 Codex 线程,微小的复审或快速验证则用轻量子代理,按任务粒度并行跑测试、实现和修补。特别之处是 Claude 实时编排这些独立 Codex 实例并管理工作流,而不是直接把代码改在自己身上。
▸ 展开 SKILL.md 英文原文
This skill should be used when the user asks Claude to orchestrate Codex CLI sessions for implementation work — trigger phrases include "codex で並列に", "orchestrator として", "codex に任せて", "implementer/reviewer/fixer に分けて", "並列で codex を回して", "orchestrate codex", "run codex in parallel" — and on multi-topic post-review fix work where Claude would otherwise edit code itself. Invocation starts with the Scope Fit Gate in the body — issue/topic-level implementation routes to durable Codex threads, while micro reviews, short follow-up checks, and narrow verification passes use the smallest independent transport: a subagent, or a Codex thread only when an isolated worktree/history is needed. Claude itself does no coding in either mode.
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/codex-tdd-orchestration/SKILL.mdcurl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/codex-tdd-orchestration/SKILL.md"# codex-tdd-orchestration > **Load the shared core first.** Invoke `codex-orchestration-core` via the Skill > tool and read its orchestration-loop invariants (numbered 1–11) before applying > this skill. They are the single source of truth for the loop's philosophy; this > skill adds only what is unique to *Claude driving codex sessions live*. Where a > step below cites "core #N", that invariant lives in the core skill, not here. ## Scope Fit Gate (run before launching anything) Using this skill does **not** mean full orchestration is approved. It means: first decide whether full orchestration fits, then either launch it or route to a lighter TDD path. The gate overrides everything — incl