bug-report

Create structured bug reports from user descriptions or analyzed files.

Updated Dec 22, 2024
One-click install
npx skills add https://github.com/imgamer/AILearn --skill bug-report-imgamer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/imgamer/AILearn/tree/main/game-studios/Claude-Code-Game-Studios-e375f/.claude/skills/bug-report
Command: npx skills add https://github.com/imgamer/AILearn --skill bug-report-imgamer

SYSTEM DOCUMENTATION & REQUIREMENTS

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."

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 vague game crash description?

To create a structured bug report from a vague game crash description, provide the user issue to generate a full report with severity, priority, environment, and detailed reproduction steps. It transforms incomplete player feedback into actionable technical context for developers.

Can I analyze source code files to find potential bugs like null references and race conditions?

Yes, you can analyze source code files to find potential bugs like null references, off-by-one errors, race conditions, and unhandled edge cases. The tool reads specified files and flags likely issues to support codebase defect triage workflows.

What is the best way to verify a bug fix against existing QA records?

The best way to verify a bug fix against existing QA records is to use the verification and closure workflow. It checks proposed fixes against documented bug records and closes them with a formal resolution record to ensure the issue is resolved.

How do I add preconditions and reproduction steps for a randomly occurring UI regression?

To add preconditions and reproduction steps for a randomly occurring UI regression, input the issue description to generate a structured report. It automatically applies step-by-step reproduction instructions and assesses severity for regression triage.

Does this bug triage tool support performance and crash assessment workflows?

Yes, this bug triage tool supports performance and crash assessment workflows. It applies to gameplay, UI, performance, crash, and regression triage scenarios, providing severity assessment and technical context for various defect categories.