What problem does it solve? Writing consistent, actionable bug reports is time-consuming, and vague reports slow down triage and fixes. This Skill turns a short description or a code file into a complete, standardized bug report. ## Core Features & Use Cases - Structured Report Generation: Produces a full Markdown bug report with summary, severity, priority, classification, environment, reproduction steps, and evidence sections. - Codebase Context Search: Uses Grep and Glob to locate related files and list likely affected files and systems in the report. - Static Bug Analysis: The analyze mode reads target files and identifies potential bugs such as null references, off-by-one errors, race conditions, and unhandled edge cases, each with a likely trigger scenario and recommended fix. - Use Case: A QA tester observes a crash in the game and describes it in one sentence; the Skill searches the codebase and outputs a triage-ready report with severity, repro steps, and suspected root cause. ## Quick Start Ask the assistant to create a bug report describing the issue you observed, or run the analyze mode on a specific source file to detect potential bugs.