mcpbeat

Gsd Add Tests

coco-research/gsd-add-tests

Generate tests for a completed phase based on UAT criteria and implementation

284 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
196
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/coco-research/coco --skill gsd-add-tests

The instruction itself

as written by the author

<objective>

Generate unit and E2E tests for a completed phase, using its SUMMARY.md, CONTEXT.md, and VERIFICATION.md as specifications.

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>

@$HOME/.claude/get-shit-done/workflows/add-tests.md

</execution_context>

<context>

Phase: $ARGUMENTS

@.planning/STATE.md

@.planning/ROADMAP.md

</context>

<process>

Execute the add-tests workflow from @$HOME/.claude/get-shit-done/workflows/add-tests.md end-to-end.

Preserve all workflow gates (classification approval, test plan approval, RED-GREEN verification, gap reporting).

</process>

How to use it

Copy the folder

Take coco-research/gsd-add-tests from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.