gsd-add-tests
GitHub根据UAT标准和实现文件,为已完成阶段生成单元测试和E2E测试。自动分类代码、展示测试计划供审批,并遵循RED-GREEN规范生成测试文件。
触发场景
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill gsd-add-tests -g -y
SKILL.md
Frontmatter
{
"name": "gsd-add-tests",
"description": "Generate tests for a completed phase based on UAT criteria and implementation",
"allowed-tools": [
"Read",
"Write",
"Edit",
"Bash",
"Glob",
"Grep",
"Agent",
"AskUserQuestion"
],
"argument-hint": "<phase> [additional instructions]"
}
Analyzes implementation files, classifies them into TDD (unit), E2E (browser), or Skip categories, presents a test plan for user approval, then generates tests following RED-GREEN conventions.
Output: Test files committed with message test(phase-{N}): add unit and E2E tests from add-tests command
<execution_context> @$HOME/.claude/get-shit-done/workflows/add-tests.md </execution_context>
@.planning/STATE.md @.planning/ROADMAP.md
版本历史
- 581d130 当前 2026-07-19 09:08


