risk-based-testing
Installation
SKILL.md
Risk-Based Testing
<default_to_action> When planning tests or allocating testing resources:
- IDENTIFY risks per component (use 1-5 scale for probability and impact)
- PRIORITIZE: Critical (20+) → High (12-19) → Medium (6-11) → Low (1-5)
- ALLOCATE effort: 60% critical, 25% high, 10% medium, 5% low
- REASSESS continuously: Production incidents raise risk; stable code lowers it </default_to_action>
Quick Reference Card
When to Use
- Planning sprint/release test strategy
- Deciding what to automate first
- Allocating limited testing time
- Justifying test coverage decisions