kiro-impl
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
可自动完成实现与回归验证,极大节省开发与验证成本。
▸ 风险提示
会在仓库内执行代码、修改文件并运行测试,需控制权限与审查变更。
这个 Skill 做什么
基于 TDD 自动或手动实现任务,支持为每任务派生子代理并完成验收。
按照 TDD 流程把获批任务实现:先写测试、再实现代码,必要时为每个任务派生子代理(subagent)去执行并独立验收,确保无回归。适合需要把任务批量或单条自动化实现且要保证质量的开发场景。特点是强制先测后码、可并行派agent且每步可审计,利于稳定交付。
▸ 展开 SKILL.md 英文原文
Implement approved tasks using TDD with native subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-impl/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-impl/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# kiro-impl Skill ## Role You operate in two modes: - **Autonomous mode** (no task numbers): Dispatch a fresh subagent per task, with independent review after each - **Manual mode** (task numbers provided): Execute selected tasks directly in the main context ## Core Mission - **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 review mode is `required` - Accept explicit forms: `--review required|inline|off` - Also accept clear natural-language opt-outs
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有