bug-report

Generate structured Markdown bug reports with reproduction steps and severity assessment.

277|65|Updated Mar 30, 2026
One-click install
npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill bug-report-pixel-cellar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/pixel-cellar/Claude-Code-Game-Studios/tree/main/.claude/skills/bug-report
Command: npx skills add https://github.com/pixel-cellar/Claude-Code-Game-Studios --skill bug-report-pixel-cellar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug reporting is often inconsistent and incomplete. This skill converts plain descriptions or code analyses into a structured Bug Report with complete reproduction steps, severity assessment, and contextual details to speed up triage and fixes.

Core Features & Use Cases

  • Structured Bug Reports: Generates standardized Markdown bug reports with sections for Summary, Reproduction, Severity, Environment, and Evidence.
  • Contextual Augmentation: Searches the codebase to surface relevant files and traces that improve report accuracy.
  • Use Case: A developer describes a crash and the skill produces a ready-to-submit report with a reproducible sequence and expected vs actual results.

Quick Start

Describe a bug scenario or provide a code snippet context and run a bug-report analysis to generate a structured report.

Frequently Asked Questions about bug-report

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

FAQPage Schema
How do I generate a structured bug report from a plain text description?

To generate a structured bug report, provide a plain description or code snippet context and the skill will output a standardized Markdown Bug Report with sections for Summary, Reproduction, Severity, Environment, and Evidence. It analyzes code paths to fill in missing fields and ensure complete reproduction steps.

What is the best way to add reproduction steps and severity assessment to an issue tracker ticket?

The best way to add reproduction steps and severity assessment is to convert your bug scenario into a standardized Markdown bug report. This process identifies expected versus actual results, assesses severity, and structures the context for direct submission to issue trackers or CI pipelines.

Can I analyze code paths to fill in missing details for a bug report?

Yes, you can analyze code paths to fill in missing bug report fields. The skill performs contextual augmentation by searching the codebase to surface relevant files and traces, which improves the accuracy of the reproduction steps and environment details in the final report.

Does this bug reporting approach work for software projects of any size and language?

Yes, this bug reporting approach works for software projects of any size and languages. It takes plain descriptions or code analyses and structures them into a standardized Markdown Bug Report, making it suitable for diverse codebases and CI pipeline integrations without requiring specific dependencies.

What sections are included in a standardized Markdown bug report for CI pipelines?

A standardized Markdown bug report for CI pipelines includes specific sections for Summary, Classification, Environment, Reproduction, and Evidence. This structure ensures that contextual details and severity assessments are consistently captured for faster triage and fixes.