gotalab/cc-sdd✦ 精选0°

kiro-verify-completion

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

降低误报完成概率,是发布前重要的质量把关步骤。

这个 Skill 做什么

在宣称完成前,用新证据验证任务、修复或测试是否真实通过。

在宣称某项工作完成或某个 bug 已修好之前,先拿最新证据把结论验证一遍,防止误报。常在提交验收、合并代码或说 GO-live 前使用,确保不会把未完成的事带到下一步。特点是要求“新鲜且针对性”的证据来支撑声明,不接受模糊和过时的数据。

▸ 展开 SKILL.md 英文原文

Verify completion and success claims with fresh evidence. Use before claiming a task is complete, a fix works, tests pass, or a feature is ready for GO.

开发编程完成验证证据复查质量门控通用
3.6k
Stars
274
Forks
40
仓库内 Skill
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-verify-completion/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-verify-completion/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-verify-completion

<background_information>
This skill prevents false completion claims. A task, fix, or feature is only complete when supported by fresh evidence that matches the scope of the claim.
</background_information>

<instructions>
## When to Use

- Before saying a task is complete
- Before saying a bug is fixed
- Before saying tests pass
- Before moving to the next task in autonomous execution
- Before reporting `GO` from feature-level validation
- Before trusting another subagent's success report

Do not use this skill for early planning or speculative status updates.

## Inputs

Provide:
- The exact claim to verify
- Claim type:
  - `TASK`
  - `FIX`
  - `TEST_OR_BUILD`
  
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有