gsd-add-tests
Generate tests for a completed phase based on UAT criteria and implementation
How do I install this agent skill?
npx skills add https://github.com/open-gsd/gsd-core --skill gsd-add-testsIs this agent skill safe to install?
- Gen Agent Trust Hubpass
The skill is a standard development tool for generating unit and E2E tests based on project specifications. It utilizes local project files and a vendor-specific workflow definition to automate the test creation process.
- Socketpass
No alerts
- Snykpass
Risk: LOW · No issues
What does this agent skill do?
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
</objective>
<execution_context> @~/.claude/gsd-core/workflows/add-tests.md </execution_context>
<context> Phase: $ARGUMENTS@.planning/STATE.md @.planning/ROADMAP.md </context>
<process> Execute end-to-end. Preserve all workflow gates (classification approval, test plan approval, RED-GREEN verification, gap reporting). </process>How can the creator link this skill?
Add the canonical catalog link to the repository README so users can inspect current installs and available audits. The publishing guide covers the complete discovery path.
<a href="https://skillzs.dev/skills/open-gsd/gsd-core/gsd-add-tests">View gsd-add-tests on skillZs</a>