report-bug

Generate and post detailed bug reports to GitHub Issues via the GitHub CLI.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill report-bug
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-bug
Source: https://github.com/arlenagreer/claude_configuration_docs/tree/main/skills/report-bug
Command: npx skills add https://github.com/arlenagreer/claude_configuration_docs --skill report-bug

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh-cli, and includes scripts (resource) and assets (resource) components.

What problem does it solve?

Developers often spend valuable time manually writing detailed bug reports, leading to inconsistent formatting, missing information, or delays in issue tracking. This skill automates the entire process, ensuring every bug report is comprehensive, professionally formatted, and immediately actionable, so you can focus on solving the problem, not documenting it.

Core Features & Use Cases

  • Automated GitHub Issue Creation: Generates and posts detailed bug reports directly to your project's GitHub Issues.
  • Comprehensive Report Structure: Includes clear titles, step-by-step reproduction instructions, technical analysis, environment details, and recommended E2E test specifications.
  • Use Case: Discover a critical bug during development? Simply invoke this skill, provide a brief summary, and it will create a fully-fledged GitHub Issue, complete with all the necessary details for your team to quickly understand and resolve the problem.

Quick Start

Example: Create a bug report for a login issue

Use the report-bug skill to create an issue for the login button not responding to clicks

Example: Detailed bug report for a memory leak

Use report-bug to document the memory leak in the UserProfile component. Include the findings from today's debugging session about the event listener not being cleaned up. Recommend a test that validates proper cleanup on component unmount.

Frequently Asked Questions about report-bug

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

FAQPage Schema
How do I automate creating bug reports in GitHub Issues?

Automate bug reports by invoking this skill to generate and post detailed issues directly to your GitHub repository. It creates professionally formatted reports with reproduction steps, technical analysis, environment details, and recommended E2E tests, eliminating manual documentation work.

What information does an automated bug report include?

Automated bug reports include clear titles, step-by-step reproduction instructions, technical insights, root cause analysis, environment details, and recommended end-to-end test specifications. The skill formats everything according to your repository's issue template structure.

Do I need to authenticate with GitHub CLI to create issues?

Yes, the skill uses GitHub CLI (gh) for authentication and issue creation. Ensure gh-cli is installed and you're authenticated with your GitHub account before invoking the skill to post issues to your repository.

Can I use this skill with SSH and HTTPS Git remotes?

Yes, the skill detects your Git repository from the current directory and extracts the owner and repository name from remote.origin, supporting both HTTPS and SSH remote configurations.

What's the best way to document bugs discovered during testing or development?

Use this skill to automatically generate comprehensive GitHub Issues when bugs are discovered. Provide a brief summary and the skill creates fully detailed reports with all necessary information for your team to understand and resolve the problem quickly.