issue

Create GitHub issue bodies with embedded minimal reproducible examples.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creates properly formatted GitHub issues containing a minimal reproducible example (MRE) and version notes to streamline reporting and triage.

Core Features & Use Cases

  • MRE construction: Generates a minimal reproducing example from user input to accompany the issue.
  • Structured body: Produces a complete issue body with Description, MRE, Expected Behavior, and Version sections.
  • Workflow integration: Guides users through gathering information, verifying the MRE, and publishing via GitHub CLI.

Quick Start

Provide the issue title to generate a fully formed GitHub issue body with an MRE-ready structure.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I create a GitHub issue with a minimal reproducible example?

You can create a GitHub issue with a minimal reproducible example by providing an issue title to generate a structured body containing the MRE, expected behavior, and version notes for streamlined triage.

What should be included in a bug report for CI/CD automation issues?

A bug report for CI-CD automation issues should include a structured body with a description, a verified minimal reproducible example (MRE), expected behavior, and specific version notes to ensure accurate triaging.

How do I generate and verify an MRE before publishing a bug report?

You generate and verify an MRE before publishing a bug report by gathering details, constructing the example from input, verifying its reproducibility, and publishing the final issue body via the GitHub CLI.

Does creating an issue with an MRE require the GitHub CLI?

Creating an issue with an MRE requires the GitHub CLI, as the workflow guides you through gathering information, verifying the MRE, and generating the final issue body for publishing via the command line.

Can I use this workflow to submit feature requests that require an MRE?

You can use this workflow to submit feature requests that require an MRE, as it covers both software bug reports and feature requests where a minimal reproducible example is necessary for documentation.