What problem does it solve?
Coordinating defect resolution can be chaotic without a proven, repeatable workflow. This skill provides a structured approach to reproduce, diagnose, fix, verify, and document bugs so changes are auditable and durable.
Core Features & Use Cases
- Understand expected vs actual behavior to establish the bug's contract gap.
- Reproduce issues with smallest reliable scenario, collect evidence, and classify root causes.
- Add regression tests before implementing fixes and update durable docs to prevent recurrence.
- Implement minimal fixes that address the root cause without collateral damage, then verify across the blast radius.
- Update related artifacts (specs, tests, AGENTS.md, and workflow docs) to reflect the change.
Quick Start
Start by reproducing the defect, then diagnose, implement a minimal fix, run regression tests, and update durable docs.