test-strategy
SKILL.md
Test Strategy Skill
Learn how to plan comprehensive test coverage for the Drift project.
When to Use This Skill
Use test-strategy when:
- Planning tests for a new feature or code change
- Analyzing why coverage is below 90%
- Identifying missing edge cases
- Organizing tests for a new module
- Reviewing test suites for completeness
Use testing skill when:
- Writing the actual pytest code
- Creating fixtures and mocks
- Running tests and interpreting results