What problem does it solve? Capturing a software defect with enough rigor for an engineering lead to act on it is tedious and inconsistent. This Skill acts as a staff-level Tech Lead that turns raw error messages, logs, and observations into a structured bugreport.md with symptoms, repro steps, ranked hypotheses, and blast radius. ## Core Features & Use Cases - Structured bug reports: Produces a bugreport.md with fixed sections (Summary, Environment, Symptoms, Steps to Reproduce, Evidence, Hypotheses, Workarounds, Blast Radius, Open Questions) under a gitignored scratch/ directory. - Slot-based targeting: Accepts a full file path or a short slot number that expands to scratch/<MMDD>-<##>/bugreport.md using today's date. - GitHub issue seeding: Optionally fetches an existing issue via gh issue view to seed the draft title, summary, and notes. - Interactive open-questions walkthrough: Offers a one-question-at-a-time walkthrough with recommended answers to close gaps in the report. - Use Case: You hit a failing code-generation test in the fhir-codegen repo. Run the Skill with slot 3 and paste the stack trace; it creates scratch/0423-03/bugreport.md, ranks likely root causes, and walks you through the missing environment details. ## Quick Start Ask the assistant to draft a bug report for slot 3 using the error message and stack trace you paste in.