bug-report

Generates structured bug reports from natural language descriptions or code analysis.

23.7k|3.4k|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill bug-report-donchitos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/Donchitos/Claude-Code-Game-Studios/tree/main/.claude/skills/bug-report
Command: npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill bug-report-donchitos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill standardizes the creation of bug reports and aids in identifying potential bugs within the codebase, ensuring clarity and efficiency in the debugging process.

Core Features & Use Cases

  • Structured Bug Reporting: Generates comprehensive bug reports with all necessary fields (summary, reproduction steps, environment, etc.).
  • Code Analysis for Bugs: Analyzes specified code files to detect common programming errors and suggest fixes.
  • Use Case: When a new issue is discovered, use this Skill to create a detailed bug report that developers can immediately understand and act upon. If a specific code section is suspected of causing a bug, use the analyze command to pinpoint potential issues.

Quick Start

Use the bug-report skill to create a bug report for a login issue with the description "Users are unable to log in after the latest update."

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 natural language description?

To generate a structured bug report, provide a natural language description of the issue. The tool outputs a comprehensive report with fields for summary, severity, reproduction steps, environment, and technical context.

Can code analysis detect common programming errors like null references and race conditions?

Yes, code analysis can detect common programming errors like null references, off-by-one errors, and race conditions. By analyzing specified code files, it proactively identifies potential issues and suggests fixes.

What fields are included in a standardized bug report for issue tracking?

A standardized bug report for issue tracking includes fields for a summary, severity, reproduction steps, environment, and technical context to ensure developers can immediately understand and act upon the issue.

How do I analyze code files to pinpoint potential bugs in a specific section?

To analyze code files and pinpoint potential bugs, use the analyze command on the suspected code section. This process identifies common programming errors and provides suggestions for resolving them.

Does this bug reporting tool work for software development and QA workflows?

Yes, this bug reporting tool works for software development and QA workflows. It standardizes bug report creation and aids in identifying potential bugs within the codebase, ensuring clarity and efficiency in the debugging process.