From GSD Core
Generates unit and E2E tests for a completed phase using SUMMARY.md, CONTEXT.md, and VERIFICATION.md as specifications. Classifies implementation files, presents a test plan for approval, and commits tests following RED-GREEN conventions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/gsd-core:gsd-add-tests <phase> [additional instructions]<phase> [additional instructions]This skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
<objective>
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> @~/.claude/gsd-core/workflows/add-tests.md </execution_context>
Phase: $ARGUMENTS@.planning/STATE.md @.planning/ROADMAP.md
Execute end-to-end. Preserve all workflow gates (classification approval, test plan approval, RED-GREEN verification, gap reporting).npx claudepluginhub open-gsd/gsd-coreCreates unit and integration tests by analyzing the codebase, auto-detecting the test framework, and generating tests that follow project conventions. Use when writing new tests or updating tests after implementation.
Guides the testing phase of the AI DevKit workflow: writing tests, updating testing docs, running coverage, and closing gaps. Activates when users need to add or validate test coverage.