issue

Convert terse bug reports into structured GitHub issues with reproducible details.

3|Updated Feb 2, 2026
One-click install
npx skills add https://github.com/pedropaulovc/agent-plugins --skill issue-pedropaulovc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/pedropaulovc/agent-plugins/tree/main/plugins/gh-issue/skills/issue
Command: npx skills add https://github.com/pedropaulovc/agent-plugins --skill issue-pedropaulovc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps you convert vague or terse bug reports and feature requests into clear, actionable GitHub issues that engineers can start from immediately.

Core Features & Use Cases

  • Intent to Issue Conversion: Interprets minimal user input and produces a complete issue template (problem summary, steps to reproduce, expected vs actual).
  • Clarifying Questions When Needed: Uses follow-up questions for critical missing details so the issue is not guesswork.
  • Issue Creation via GitHub CLI: Creates the issue in the current repository using gh issue create.

Quick Start

Ask the issue skill to file a GitHub issue from your short bug description, including expected behavior and steps if you have them.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I create structured GitHub issues from terse bug reports?

You can convert short bug reports into structured GitHub issues by providing your minimal description to the Skill. It interprets the input and generates a complete issue template with a problem summary, reproduction steps, and expected versus actual behavior before creating the ticket.

What happens if my bug report is missing repro steps for the GitHub issue?

If your bug report is missing repro steps, the Skill asks clarifying questions to gather critical missing details. This ensures the final GitHub issue contains actionable information rather than guesswork.

Does the GitHub issue creation process require the gh cli?

Yes, the GitHub issue creation process requires the gh cli. The Skill uses the gh issue create command to automatically file the standardized issue in your current repository with the generated title and body.

Can I use this to file feature requests on GitHub?

Yes, you can use this to file feature requests on GitHub. The Skill transforms vague feature requests into well-structured tickets with actionable triage details, applying the same intent-to-issue conversion used for bug reporting.

What is the best way to format bug reporting for engineering triage?

The best way to format bug reporting for engineering triage is using a standardized issue template. This Skill automatically generates that format from minimal context, ensuring your ticket includes a problem summary, reproducible steps, and expected versus actual behavior.