test-generator
Installation
SKILL.md
Test Generator Skill
Purpose
This skill provides comprehensive test scaffolding and templates for quickly setting up unit and integration tests with proper structure, fixtures, and mocking configurations. It guides the creation of well-structured, maintainable tests following best practices.
Activation
On-demand via command: /generate-tests <file-path>
Example:
/generate-tests src/tools/example/core.py