What problem does it solve?
Game development teams often face inconsistent, incomplete bug reports that delay debugging, make fix verification difficult, and lead to unresolved issues impacting player experience.
Core Features & Use Cases
- Structured Bug Report Generation: Create standardized bug reports from user descriptions or static code analysis, with full reproduction steps, severity assessment, and context.
- Fix Verification: Confirm that implemented fixes actually resolve reported bugs by re-running reproduction steps and checking for regressions.
- Bug Lifecycle Management: Formally close verified bugs with closure records and update triage reports to keep tracking accurate.
Use Case: A QA tester can describe a player-reported inventory glitch to get a complete bug report, or a developer can analyze a new game script to catch potential crashes before release.
Quick Start
Use the bug-report skill to generate a structured bug report for the player movement stutter issue observed in the latest playtest session.