test-generator
Installation
SKILL.md
Test Generator
Generate comprehensive tests for $ARGUMENTS:
Process
- Read the source file to understand the API surface
- Detect the language and testing framework from the project setup
- Identify existing tests to avoid duplication
- Generate tests covering:
Test Categories
Happy Path Tests
- Normal inputs produce expected outputs
- All public methods/functions are exercised
- Common use cases are covered