What problem does it solve?
This Skill turns informal bug descriptions and raw code observations into consistent, reproducible, and triage-ready bug reports so teams can prioritize and fix issues reliably. It ensures every report includes clear reproduction steps, severity and priority assessments, environment and technical context, and recommended fixes or file references. It also supports verifying fixes and closing bugs with audit records to prevent regressions.
Core Features & Use Cases
- Structured Reporting: Generates a complete bug report template with summary, ID, severity, environment, reproduction steps, technical context, and related links.
- Code Analysis Mode: Reads specified files to detect likely defects (null references, off-by-one, race conditions, resource leaks) and produces report records with likely root causes and fixes.
- Verify & Close Workflows: Verifies fixes by checking files and test results, updates bug status, and appends closure records to production/qa/bugs files after confirmation.
- Use Case: A QA tester provides a flaky crash description and receives a reproduction-ready bug file and suggested hotfix priorities for the engineering team.
Quick Start
Create a structured bug report from this description: When the player picks up the sword the game crashes on level 3 and the error log shows a null reference.