test-auto
Installation
SKILL.md
Test Automation
Create comprehensive test suites following the testing pyramid.
When to Use
- Setting up tests for new code
- User asks to "add tests" or "improve coverage"
- Before refactoring (add tests first)
- Implementing CI/CD test pipelines
Testing Pyramid
/\ E2E (few, critical paths)
/ \ Integration (moderate)
/____\ Unit (many, fast)