improving-testing
Installation
SKILL.md
Improving Testing
When to Use
Use when user asks:
- "What should I test for this feature?"
- "How do I test edge cases?"
- "Review my tests"
- "What cases am I missing?"
- "Help me pick test cases"
- "How to test validation/permissions/state machines?"
Do NOT Use When
- User wants to run existing tests (use terminal)
- User wants test code generation without design planning
- User asks about test framework setup or tooling
- User asks about CI/CD pipeline configuration