What problem does it solve?
This Skill turns a bug report into a clear reproduction plan, root-cause analysis, and specification-gap assessment, so teams can move from symptom to actionable planning without jumping into implementation too early.
Core Features & Use Cases
- Reproduction Analysis: Breaks down the report into observed behavior, expected behavior, environment details, and repeatable steps.
- Root Cause Investigation: Uses code context, logs, git blame, and history to identify direct and indirect causes.
- Spec Gap Detection: Checks existing specifications and creates follow-up documentation when the behavior is undefined or the spec is incomplete.
- Plan-Ready Handoff: Produces a plan-oriented summary with acceptance criteria and testing ideas for the implementation workflow.
- Use Case: A QA report says a UI flow fails only on certain devices; this Skill isolates the reproduction path, narrows the likely cause, and prepares the handoff for the fix team.
Quick Start
Share the bug report, environment details, logs, and related code context, and I will return a reproduction analysis, root-cause findings, and a plan-ready handoff summary.