bug-report

Generate structured bug reports from natural language or code analysis.

10|2|Updated Mar 11, 2026
One-click install
npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill bug-report-wanghaisheng
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/wanghaisheng/OpenAgenticGame-Studios/tree/main/refenrece/skills/bug-report
Command: npx skills add https://github.com/wanghaisheng/OpenAgenticGame-Studios --skill bug-report-wanghaisheng

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of reporting and analyzing software bugs, ensuring all necessary details are captured for efficient resolution.

Core Features & Use Cases

  • Structured Bug Reporting: Creates comprehensive bug reports with fields for summary, severity, environment, reproduction steps, and technical context.
  • Code Analysis for Bugs: Analyzes code files to identify potential bugs, suggesting likely triggers and fixes.
  • Use Case: When a critical bug is found, use this Skill to generate a detailed report that developers can immediately act upon, including specific steps to reproduce and potential affected files.

Quick Start

Use the bug-report skill to create a bug report for a login issue with the summary 'User cannot log in'.

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 analyze code for bugs, provide your code files. The skill parses them to identify potential defects like null references and race conditions, suggesting likely triggers and fixes for software development workflows.

What specific error patterns can code analysis identify?

Code analysis identifies common error patterns like null references and race conditions. It parses code files to detect potential defects, suggesting likely triggers and fixes for software development and quality assurance workflows.

Can I use this for issue tracking if I only have a brief bug summary?

Yes, you can use a brief bug summary for issue tracking. The skill generates a detailed report from natural language descriptions, ensuring comprehensive documentation with reproduction steps and context that developers can immediately act upon.

What fields are included in the structured bug report output?

The structured bug report output includes fields for summary, severity, environment, reproduction steps, and technical context. This ensures all necessary details are captured for efficient resolution in software development workflows.

Does this skill work with race conditions and null references in code?

Yes, it works with race conditions and null references. The skill supports parsing of code for common error patterns, analyzing code files to identify potential bugs and suggesting likely triggers and fixes.