avoiding-testing-anti-patterns
Installation
SKILL.md
Avoiding Testing Anti-Patterns
Quick Start
- Identify - Recognize anti-pattern category (flaky, implementation, over-mocking)
- Assess Severity - Critical (fix now), High (fix soon), Medium (plan to fix)
- Apply Fix - Use proper async handling, test behavior not implementation
- Verify - Run tests in random order, ensure independence
- Prevent - Add test smell detection to CI