Agent Skills
› davepoon/buildwithclaude
› gsd:audit-uat
gsd:audit-uat
GitHub跨阶段审计所有待处理、跳过、阻塞及需人工处理的UAT与验证项。通过交叉引用代码库检测过时文档,并生成优先级排序的人工测试计划。
Trigger Scenarios
需要全面审计UAT和验证状态时
检测规划文档是否过时或 stale 时
生成人工测试计划时
Install
npx skills add davepoon/buildwithclaude --skill gsd:audit-uat -g -y
SKILL.md
Frontmatter
{
"name": "gsd:audit-uat",
"description": "Cross-phase audit of all outstanding UAT and verification items",
"allowed-tools": [
"Read",
"Glob",
"Grep",
"Bash"
]
}
<execution_context> @${CLAUDE_PLUGIN_ROOT}/workflows/audit-uat.md </execution_context>
Scope: Glob: .planning/phases//-UAT.md Glob: .planning/phases//-VERIFICATION.md
Version History
- 502fc01 Current 2026-07-05 15:12


