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.

开发编程集成验证一致性检查测试覆盖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-validate-impl/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-validate-impl/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# kiro-validate-impl Skill

## Role
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`

## Core Mission
- **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 tasks (no gaps
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有