generate-tests
Installation
SKILL.md
Generate Tests
Generate comprehensive tests for specified code.
Instructions
- Read the target file(s)
- Identify testable units (functions, classes, methods)
- Generate tests following project conventions
- Ensure high coverage of edge cases
Test Generation Process
1. Analyze Target
- Identify public interfaces
- Understand dependencies
- Note edge cases and boundaries