bug-report

Generate structured Markdown bug reports with unique IDs and severity classification.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill bug-report-brand6
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/bug-report
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill bug-report-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug Report provides a standardized workflow to create, analyze, and update bug reports from user descriptions or code analysis, ensuring each report contains reproduction steps, severity assessment, and contextual information.

Core Features & Use Cases

  • Structured creation: generate complete bug reports with status, environment, and root-cause hypotheses.
  • Multi-mode analysis: support describe, analyze, verify, and close workflows to triage and validate fixes.
  • Lifecycle tracking: manage bug IDs, history, and change logs to keep teams aligned.

Quick Start

Describe a bug in natural language and let the skill generate a complete, ready-to-triage report.

Frequently Asked Questions about bug-report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I create a structured bug report from a natural language description?▼

To create a structured bug report from a natural language description, the skill automates generation of complete Markdown files with unique bug IDs, reproduction steps, and severity classification. It writes these reports directly to production/qa/bugs directories for immediate triage.

What is the best way to track bug status and history throughout the software lifecycle?▼

Tracking bug status and history is achieved through a disciplined lifecycle workflow that manages unique bug IDs, change logs, and verification steps. This ensures teams stay aligned by recording status updates and historical changes directly within the Markdown report files.

Can I use this skill to verify bug fixes and close resolved issues?▼

Yes, you can verify bug fixes and close resolved issues using the analyze, verify, and close workflows. The skill supports multi-mode analysis to validate fixes, update status, and record verification steps within the structured Markdown documentation.

Does this bug reporting workflow support severity classification and root-cause analysis?▼

This bug reporting workflow supports severity classification and root-cause analysis by generating reports that include environment details and root-cause hypotheses. It structures this contextual information to enable faster triage and resolution.

What format are bug reports generated in, and where are they stored?▼

Bug reports are generated as structured Markdown files and stored in the production/qa/bugs directory. This format ensures compatibility with version control systems and easy integration into existing software engineering documentation workflows.

When do I need a standardized bug report format for my software project?▼

You need a standardized bug report format when triaging software issues that require consistent reproduction steps, severity assessment, and change history. This approach eliminates ambiguous reporting and accelerates the resolution process across development teams.