What problem does it solve?
Bug reports often lack clear reproduction steps and enough context to debug efficiently, which slows down fixes and increases rework.
Core Features & Use Cases
- Structured bug report generation: Produces a complete template including severity, priority, environment, reproduction steps, expected vs. actual results, technical context, and evidence fields.
- Code-aware analysis mode: Reads target files and highlights likely issues such as null references, edge cases, state-transition problems, or resource leaks to draft bug reports with plausible triggers.
- Verification and closure workflow: Verifies fixes against the documented reproduction steps and supports closing bugs with a closure record.
- Use case: When a gameplay glitch is reported, generate a standardized report from the description, then later verify the fix and close the bug after confirmation.
Quick Start
Run the bug-report skill in description mode by sending: bug-report "Describe what broke, when it happens, and how to reproduce it."