Agent Skills
› davepoon/buildwithclaude
› gsd:audit-uat
gsd:audit-uat
GitHub扫描各阶段待处理、跳过或受阻的UAT及验证项,交叉比对代码库以识别过时文档,并生成优先级排序的人工测试计划。
Trigger Scenarios
需要审计所有未完成的UAT和验证任务时
发现文档可能过时需人工复核测试计划时
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


