Agent Skills
› davepoon/buildwithclaude
› gsd:validate-phase
gsd:validate-phase
GitHub对已完成阶段进行回顾性审计,检查并补全 Nyquist 验证缺口。根据 VALIDATION.md 存在情况,执行审计、重构或提供指导,最终输出更新的验证文档和生成的测试文件。
Trigger Scenarios
需要审计已完成阶段的验证覆盖率
修复缺失的 VALIDATION.md
从现有工件重建验证记录
Install
npx skills add davepoon/buildwithclaude --skill gsd:validate-phase -g -y
SKILL.md
Frontmatter
{
"name": "gsd:validate-phase",
"description": "Retroactively audit and fill Nyquist validation gaps for a completed phase",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"Task",
"AskUserQuestion"
],
"argument-hint": "[phase number]"
}
Output: updated VALIDATION.md + generated test files.
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/validate-phase.md </execution_context>
Version History
- 502fc01 Current 2026-07-05 15:15


