acc-bug-regression-preventer
Installation
SKILL.md
Bug Regression Preventer
Systematic checklist to ensure bug fixes don't introduce new problems.
Pre-Fix Checklist
1. Reproduction Verification
- Bug can be consistently reproduced
- Reproduction steps documented
- Environment conditions noted
- Expected vs actual behavior clear
2. Test Coverage Check
- Existing tests identified
- Missing test cases noted
- Flaky tests identified
- Performance benchmarks available (if relevant)