gsd-verify-work
GitHub通过对话式UAT验证已构建功能的实际可用性。支持指定阶段或自动检测会话,逐个测试并输出结果文件。发现问题时自动诊断、制定修复计划并准备执行,确保功能符合用户视角需求。
触发场景
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-verify-work -g -y
SKILL.md
Frontmatter
{
"name": "gsd-verify-work",
"description": "Validate built features through conversational UAT",
"allowed-tools": [
"Read",
"Bash",
"Glob",
"Grep",
"Edit",
"Write",
"Agent"
],
"argument-hint": "[phase number, e.g., '4'] [--ws <name>]"
}
Purpose: Confirm what Claude built actually works from user's perspective. One test at a time, plain text responses, no interrogation. When issues are found, automatically diagnose, plan fixes, and prepare for execution.
Output: {phase_num}-UAT.md tracking all test results. If issues found: diagnosed gaps, verified fix plans ready for /gsd:execute-phase
<execution_context> @$HOME/.claude/get-shit-done/workflows/verify-work.md @$HOME/.claude/get-shit-done/templates/UAT.md </execution_context>
Context files are resolved inside the workflow (init verify-work) and delegated via <files_to_read> blocks.
版本历史
- 581d130 当前 2026-07-19 09:11


