report-bug

Collect bug details and create a GitHub issue via the GitHub CLI.

25|15|Updated Aug 2, 2021
One-click install
npx skills add https://github.com/JesusFilm/core --skill report-bug-jesusfilm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report-bug
Source: https://github.com/JesusFilm/core/tree/main/.claude/skills/report-bug
Command: npx skills add https://github.com/JesusFilm/core --skill report-bug-jesusfilm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Bug reporting for the compound-engineering plugin is streamlined by collecting structured information and creating a GitHub issue.

Core Features & Use Cases

  • Structured bug intake: category, component, reproduction steps, and environment data are gathered into a consistent template.
  • Automated GitHub issue creation: uses the GitHub CLI to submit issues with a standardized body.
  • Validation and confirmation: returns a link to the created issue and notifies the user.

Quick Start

Describe the bug using the built-in reporter to generate and submit a GitHub issue.

Frequently Asked Questions about report-bug

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

FAQPage Schema
How do I automate bug reporting to create a GitHub issue from the command line?

Automate bug reporting by gathering category, component, reproduction steps, and environment details into a structured template, then using the GitHub CLI to submit a formatted issue automatically.

What information do I need to report a plugin bug using automated issue creation?

Reporting a plugin bug requires the bug category, affected component, reproduction steps, environment details, and error messages to populate the standardized GitHub issue template.

Does automated bug reporting work for installation problems and agent not working errors?

Yes, automated bug reporting handles various categories including installation problems, agent not working, command not working, and skill not working issues by formatting them into a standardized GitHub issue.

Do I need the GitHub CLI to automate structured bug intake for plugin issues?

Yes, automating structured bug intake requires access to the GitHub CLI and permission to create issues in the target repository to automatically submit the formatted bug report.

What is the best way to structure bug reports for software engineering triage?

The best way to structure bug reports for triage is using an automated template that collects category, component, reproduction steps, and environment data to create a standardized GitHub issue.