bug-report

Produce a Git commit message for the staged changes in the current repository.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/ousiass/claude-config --skill bug-report-ousiass
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: bug-report
Source: https://github.com/ousiass/claude-config/tree/main/skills/bug-report
Command: npx skills add https://github.com/ousiass/claude-config --skill bug-report-ousiass

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of reporting bugs by guiding users through a simple, conversational interview to gather all necessary information, and then automatically generating a structured GitHub Issue.

Core Features & Use Cases

  • User-Friendly Interview: Gathers bug details without technical jargon.
  • Codebase Investigation: Performs targeted code searches to identify potential causes.
  • Duplicate Check: Searches existing GitHub Issues to prevent redundant reports.
  • Structured Output: Generates well-formatted GitHub Issues or local Markdown files.
  • Use Case: A non-technical user encounters an issue on a website. They invoke this Skill, answer a few questions about what happened, and the Skill creates a detailed bug report in GitHub for the development team.

Quick Start

Use the bug-report skill to report a login issue.

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 GitHub Issue from a bug report?

To create a structured GitHub Issue from a bug report, this Skill gathers details through a conversational interview, searches the codebase for causes, checks for duplicates, and generates the formatted issue.

Can I report a bug without technical knowledge of the codebase?

Yes, you can report a bug without technical knowledge because the Skill uses a non-technical interview process to gather information, handling the codebase investigation and issue formatting automatically.

What is the best way to prevent duplicate GitHub Issues when reporting bugs?

The best way to prevent duplicate GitHub Issues is to use this Skill, which automatically searches existing GitHub Issues for matches before generating a new structured bug report.

How do I assess bug severity when tracking issues on GitHub?

To assess bug severity when tracking issues on GitHub, this Skill evaluates the provided details and categorizes the problem as critical, high, medium, or low within the generated issue.

Can I generate local Markdown files instead of GitHub Issues for bug tracking?

Yes, you can generate local Markdown files instead of GitHub Issues, as the Skill supports outputting structured bug reports to local files for offline issue tracking.

How does code investigation work during the bug reporting process?

Code investigation during the bug reporting process works by using search tools to scan the codebase for potential causes based on the non-technical details you provide in the interview.