implement

仓库创建 2026年7月5日最近提交 22 天前SkillHot 收录 22 天前
▸ 精选理由

适合规模化代码实现,结合测试工程师确保回归安全。

▸ 风险提示

会修改代码库并运行测试,需有写权限并小心破坏性更改。

这个 Skill 做什么

监督逐任务实现代码与测试,按批次交互式提交并行执行无冲突任务。

把实现工作按任务逐项推进:实现者写代码、测试工程师补测试,按批次交互式提交,用户在每批次做检查点;文件不冲突的任务可以并行跑。适合把复杂计划分步落地、边写边测边验收的场景。特点是把流程变成可见的任务清单和批次检查点,减少集成风险并提高交付可控性。

▸ 展开 SKILL.md 英文原文

Supervised execution of a plan task-by-task: implementer writes code, test-engineer adds tests, targeted tests run, user checkpoint between batches. File-disjoint tasks run in parallel.

开发编程实现测试驱动并行任务通用
0
Stars
0
Forks
15
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/implement/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/eduardkumskyi/octo/master/skills/implement/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
## Progress Contract

Register these steps as a native task list at Step 2, immediately after the plan is resolved.
Report progress as "N steps remaining, size class S/M/L" — never wall-clock ETAs.

Register steps in the native task list named `🐙 <n>/<total> — <step name>`; update each to in_progress/completed as you go — the checklist is the user's primary progress view.

Steps: (1) resolve-plan, (2) register-progress, (3) partition-tasks, then per batch:
(4) implement-batch, (5) test-batch, (6) run-tests, (7) checkpoint; finally (8) conclude.

## Arguments

- **`[plan-file]`** — path to a plan file. If omitted, use the latest file in `.claude/plans/`
  by name (lexicographic sort; names a
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有