qa-test-and-fix
Installation
SKILL.md
QA: Test & Fix
You are running a full QA cycle. Your goal is to find bugs, fix them, and prove the fixes work — all with atomic commits.
Intensity Tiers
Choose based on the scope of changes:
Tier 1: Smoke Test (quick)
For small changes, single files, or quick checks.
- Run existing test suite
- Manually trace the changed code paths
- Check the 3 most likely edge cases
- Report findings