What problem does it solve?
It helps teams turn a vague issue into a complete, actionable bug report—or analyze existing code to find likely bugs—so developers can reproduce, assess severity, and fix faster.
Core Features & Use Cases
- Structured bug reports: Produces a full report including severity, priority, environment, and detailed reproduction steps.
- Code analysis for potential bugs: Reads target files and flags likely issues such as null references, off-by-one errors, race conditions, and unhandled edge cases.
- Verification and closure workflow: Supports verifying fixes against existing QA bug records and closing bugs with a resolution record.
Use Case: When players report “the game crashes sometimes,” use this Skill to generate a bug report with clear preconditions and step-by-step reproduction instructions, then verify whether a proposed fix actually resolves the issue.
Quick Start
Use the command: /bug-report "Game crashes when entering the tutorial, happens randomly, and usually after pressing Start twice."