add-tests
Installation
SKILL.md
Skill: Add Tests
What This Skill Does
Generates tests that fit the project, not generic boilerplate. Analyzes the target code, discovers the project's test framework and patterns (file naming, fixture usage, assertion style), then generates tests that look like they were written by a team member.
When to Use
- After implementing new code that needs tests
- When
coverage-checkidentifies untested modules - When the user says "add tests for X"
- As part of
implement-phase(after each code change)
Do NOT use this for test strategy planning — use test-strategy for that.