What problem does it solve?
This Skill helps you handle software bugs end to end: reproduce the issue, isolate the root cause, prevent regressions with a test, and ship a verified fix without masking the underlying problem.
Core Features & Use Cases
- Deterministic Reproduction: Confirms the bug with a focused test, shell repro, log trace, or browser flow before any code changes.
- Regression Guardrail: Requires a failing test first so the fix is proven and protected from reoccurrence.
- Issue-Driven Delivery: Creates and closes a GitHub issue for tracking, then verifies the fix globally before delivery.
- Use Case: A Django API returns the wrong result after a recent change; this Skill investigates the behavior, adds a failing regression test, applies the minimal fix, and confirms the suite stays green.
Quick Start
Use the bug skill to reproduce the issue, write a failing regression test, fix the root cause, and verify the result end to end.