kiro-review
仓库创建 2025年7月17日最近提交 2 个月前SkillHot 收录 20 天前
▸ 精选理由
自动化验收检查,降低人工漏检,适合 QA 与实现者协作。
这个 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
+47
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/claude-code-skills/skills/kiro-review/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-review/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# kiro-review ## Overview 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` ## 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 Do not use this skill to invent missing requirement
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有