write-tests
Installation
SKILL.md
Write Unit Tests
Create comprehensive unit tests with proper imports and setup according to project testing conventions.
Usage
/write-tests [target]
Target (optional):
- If not specified: tests cover the diff between current branch and main
- If specified: tests cover the specified file or module
Examples:
/write-tests # Test all changes vs main
/write-tests src/core/query.py # Test specific file