kiro-review

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

能发现实现中的边界溢出与证据不足,适合严格验收流程或代码质量门控。

▸ 风险提示

需要读取代码库和验证产物,可能要求高权限访问仓库与 CI。

这个 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.

开发编程对抗审查任务验收实现复核Codex
3.6k
Stars
274
Forks
40
仓库内 Skill
+53
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-skills/skills/kiro-review/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/codex-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 公开信息 · 原文版权归作者所有