unit-test-generating-test-suite
Installation
SKILL.md
When to Apply This Skill
- A developer provides source code and asks for unit tests
- A CI/CD pipeline triggers test generation for a new commit or PR
- A team wants to bootstrap tests for an untested module
- Any input (code, spec, requirement) needs to produce a runnable test file
Atomic Skills to Load First
Read these files before executing any step — they contain the detailed instructions this orchestration skill depends on:
-
../unit-test-generating-unit-tests/SKILL.md— Test matrix methodology, AAA pattern, mocking, parametrization, exception testing, and framework-specific code examples -
../unit-test-analyzing-code-coverage/SKILL.md— Coverage type definitions and gap report format, used when producing coverage_plan.md at the end of generation