kiro-impl
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 23 天前
▸ 精选理由
将实现与测试结合,支持子代理并行,提升交付与验证效率。
▸ 风险提示
可能会自动修改代码库或运行测试,需谨慎授予仓库写入/执行权限。
这个 Skill 做什么
基于 TDD 的任务实现技能,可分派子代理并执行自动化实现与测试。
按照 TDD(先写测试再写实现)把批准的任务实现出来,会分派子代理并自动跑测试和复审。可以无人值守地批量执行所有待办任务,也能手动选择单个任务执行。它的特点是每个实现都有测试为先、独立子代理与事后评审,确保代码通过所有测试且不回归。
▸ 展开 SKILL.md 英文原文
Implement approved tasks using TDD with subagent dispatch. Runs all pending tasks autonomously or selected tasks manually.
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-impl/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-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 公开信息 · 原文版权归作者所有