gsd-add-tests
GitHub根据完成阶段的规格文档,自动生成单元测试和E2E测试。分析实现文件,分类后生成符合RED-GREEN约定的测试代码并提交。
Trigger Scenarios
Install
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
Version History
- 581d130 Current 2026-07-19 09:08


