What problem does it solve?
It turns vague bug descriptions or code observations into structured, reproducible bug reports that teams can triage and fix quickly, with clear severity, environment, and evidence.
Core Features & Use Cases
- Description Mode: Converts a user's bug description into a complete bug report including classification, reproduction steps, expected vs actual results, and technical context.
- Analyze Mode: Reads specified file(s) and proposes likely bugs such as null references, off-by-one errors, race conditions, unhandled edge cases, and incorrect state transitions.
- Verify/Close Workflows: Reads the recorded QA bug file, checks whether the issue still reproduces, and supports marking it verified fixed and closing with a resolution record.
Quick Start
Use bug-report in description mode to generate a full report from a bug description by saying: bug-report "I think the hatchery dragon unlock duplicates shiny upgrade XP when clicking unlock twice; it happens after saving and reloading; expected is single XP grant; actual is double XP and duplicate shiny upgrade."