kiro-review

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

用于确保任务实现真实、完整且有机械化验证证据,适合交付前检查。

这个 Skill 做什么

对实现进行对抗式审查,验证功能边界、验收条件与验证证据。

对完成的实现做对抗式审查,验证功能是真实可用、边界清晰、满足验收条件并有可验证的证据。上线前、修复后或验收前都该用,目的是找出漏洞和假合格的地方。特点是强调机械化证据和严格边界检查,不放过模糊或未经证明的假设。

▸ 展开 SKILL.md 英文原文

Review a task implementation against approved specs, task boundaries, and verification evidence. Use after an implementer finishes a task, after remediation, or before accepting a task as complete.

开发编程代码评审验证对抗性审查验收通用
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-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-review/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-review

<background_information>
This skill performs task-local adversarial review. It verifies that the implementation is real, complete, bounded, aligned with approved requirements and design, and supported by mechanical verification evidence.

Boundary terminology continuity:
- discovery identifies `Boundary Candidates`
- design fixes `Boundary Commitments`
- tasks constrain execution with `_Boundary:_`
- review rejects concrete `Boundary Violations`
</background_information>

<instructions>
## When to Use

- After an implementer reports `READY_FOR_REVIEW`
- After remediation for a rejected review
- Before marking a task `[x]`
- Before accepting a task into feature-level validation
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有