test-generation
Installation
SKILL.md
Test Generation Workflow
When to Use This Skill
- Creating unit tests for new code
- Adding tests for bug fixes
- Integration test development
- Test coverage improvement
Pre-Flight Checklist
- Identify code to test (command, query, entity, component)
- Find existing test patterns:
grep "Test.*{Feature}" --include="*.cs" - Determine test type (unit, integration, e2e)
- Identify dependencies to mock