Test First Fix
Use this skill for bug-fix tasks where behavior is unclear.
Workflow
- •Write or identify a failing test that reproduces the defect.
- •Confirm failure is deterministic.
- •Implement the minimum fix.
- •Re-run the failing test and adjacent tests.
- •Summarize root cause, fix, and residual risk.