What problem does it solve?
This Skill helps investigate a reported bug, identify the root cause, and turn the findings into a durable GitHub issue with a vertical-slice TDD fix plan.
Core Features & Use Cases
- Root-cause investigation: Extracts actual vs expected behavior and reproduction steps, then runs an issue analysis sub-agent to locate the manifestation, trace the code path, and determine the true cause.
- TDD fix planning: Converts analysis into ordered RED-GREEN vertical slices (then REFACTOR), with tests written against public behavior contracts to stay resilient to refactors.
- Issue creation with proper labeling: Ensures a
bug label exists and creates a GitHub issue titled bug: ... that stays free of brittle details like file paths and line numbers.
- Multi-bug support: Accepts multiple bug descriptions, splits them into separate investigations, and outputs all created issue URLs with one-line root-cause summaries.
Quick Start
Ask the AI to create bug issues by running mp-bug-report with your bug description(s) inline.