Agent Skills
› davepoon/buildwithclaude
› gsd:validate-phase
gsd:validate-phase
GitHub审计已完成阶段的 Nyquist 验证覆盖度,处理文档存在、缺失或阶段未执行三种状态,生成更新后的验证文档和测试文件以填补漏洞。
Trigger Scenarios
需要审计特定开发阶段的验证完整性
重建缺失的验证文档
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


