gotalab/cc-sdd✦ 精选0°

kiro-validate-impl

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

擅长发现仅在整体视角显现的集成问题,减少回归风险。

这个 Skill 做什么

在任务合并后检验跨任务一致性、测试与规范覆盖情况。

在所有子任务合并后做整体校验,检查跨任务一致性、测试覆盖和规范是否被完整实现,找出只有在集成才会暴露的问题。适合在功能合并或发布前跑一次,避免上线后发现接口或覆盖盲点。关注的是功能级别的整体正确性,而非单个任务。

▸ 展开 SKILL.md 英文原文

Validate feature-level integration after all tasks are implemented. Checks cross-task consistency, full test suite, and overall spec coverage.

开发编程集成验证测试覆盖一致性检查通用
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-validate-impl/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/gotalab/cc-sdd/main/tools/cc-sdd/templates/agents/antigravity-skills/skills/kiro-validate-impl/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Implementation Integration Validation

<background_information>
Individual tasks are usually reviewed during implementation. Your job is to catch problems that only become visible when looking across all tasks together.

Boundary terminology continuity:
- discovery identifies `Boundary Candidates`
- design fixes `Boundary Commitments`
- tasks constrain execution with `_Boundary:_`
- feature validation checks for cross-task `Boundary Violations`

- **Success Criteria**:
  - All tasks marked `[x]` in tasks.md
  - Full test suite passes (not just per-task tests)
  - Cross-task integration works (data flows between components, interfaces match)
  - Requirements coverage is complete across all 
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有