gotalab/cc-sdd✦ 精选0°

kiro-verify-completion

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

在发布或宣称完成前做最终证据校验,防止假完成。

▸ 风险提示

可能需要调用 CI/测试环境或访问日志,需相应权限。

这个 Skill 做什么

用新鲜证据验证任务、修复或测试是否真实完成,避免误报。

在说任务、修复或测试“完成”前,先用新鲜可验证的证据把事情再确认一遍,避免误报或假完成。通常在准备交付、报告 GO、或把工作从一个人移交给下一个人时用。特点是要求证据要对得上声明的范围,不靠猜测或模糊结论。

▸ 展开 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.

开发编程完成验证证据确认质量保证Claude Code
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-verify-completion/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-verify-completion/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-verify-completion

## Overview

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.

## 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`
  - `FEATURE_GO`
- Validation commands discovered by th
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有