codex-tdd-orchestration

仓库创建 2026年4月30日最近提交 21 天前SkillHot 收录 20 天前
▸ 精选理由

适合需要并行自动实现与审查的复杂任务

▸ 风险提示

调用多模型与外部运行时,存在成本与隐私风险

这个 Skill 做什么

由 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 开发管理并行编排TDD 流程多模型协作Claude CodeCodex
0
Stars
0
Forks
16
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Eotel/skills/main/codex-tdd-orchestration/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Eotel/skills/main/codex-tdd-orchestration/SKILL.md"
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
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有