kiro-impl

仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 22 天前
▸ 精选理由

适合把开发任务流水线化的团队,支持子代理并行与独立审查流程。

▸ 风险提示

会自动执行/修改代码,存在安全和破坏性操作风险,需控制权限与环境隔离。

这个 Skill 做什么

按 TDD 流程自动实现已批准任务并按任务派发子代理执行或手动运行。

按照 TDD(先写测试再实现)的流程把已批准的任务自动实现,能自动派发子代理逐条执行,也支持手动挑选任务在主上下文运行。每个任务先写测试、再实现并通过回归,适合需要高质量、可审计的自动化开发场景。重点是测试优先和子代理隔离执行,便于评审与回滚。

▸ 展开 SKILL.md 英文原文

Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.

开发编程测试驱动子代理调度自动实现Codex
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-skills/skills/kiro-impl/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-skills/skills/kiro-impl/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-impl Skill

<background_information>
You operate in two modes:
- **Autonomous mode** (no task numbers): Dispatch a fresh sub-agent per task, with independent review after each
- **Manual mode** (task numbers provided): Execute selected tasks directly in the main context

- **Success Criteria**:
  - All tests written before implementation code
  - Code passes all tests with no regressions
  - Tasks marked as completed in tasks.md
  - Implementation aligns with design and requirements
  - Task completion follows the selected review mode
- **Review Mode**:
  - Default is `required`
  - Accept explicit forms: `--review required|inline|off`
  - Also accept clear natural-language opt-outs s
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有