概要
The Bug Fix skill transforms how Claude handles software defects by enforcing a rigorous Test-Driven Development (TDD) cycle. Instead of applying speculative patches, it guides the AI to isolate the failure, document a testable hypothesis, and write a failing reproduction test before implementing the most minimal fix possible. This workflow ensures that every resolution is backed by evidence, covers edge cases, and includes a full post-mortem documentation suite to prevent future regressions.