github-issue-creator

Convert raw bug notes and logs into structured GitHub-flavored markdown issue reports.

63|12|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/iBz-04/gloamy --skill github-issue-creator-ibz-04
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-creator
Source: https://github.com/iBz-04/gloamy/tree/main/.agents/skills/github-issue-creator
Command: npx skills add https://github.com/iBz-04/gloamy --skill github-issue-creator-ibz-04

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It solves the problem of turning messy bug notes, error logs, voice dictation, or screenshots into a structured, GitHub-ready issue that is easy for maintainers to triage.

Core Features & Use Cases

  • Structured issue formatting: Produces a complete GitHub-flavored markdown template with Summary, Environment, Reproduction Steps, Expected vs Actual behavior, Error Details, Visual Evidence, Impact, and Additional Context.
  • Severity classification: Converts described impact into Critical/High/Medium/Low severity with short justification.
  • Visual evidence support: Preserves references to attached images/GIFs using inline markdown image links for faster debugging.
  • Use cases: Great for quickly reporting regressions, permission/config failures, deployment breakages, and “works locally but fails in CI” scenarios from raw inputs.

Quick Start

Tell the agent to create a GitHub issue from the bug notes and error logs you paste, and include any attached screenshots or GIFs as visual evidence.

Frequently Asked Questions about github-issue-creator

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

FAQPage Schema
How do I convert raw error logs and screenshots into a structured GitHub issue?

To convert raw error logs and screenshots into a structured GitHub issue, this Skill fills a predefined markdown template with summary, reproduction steps, expected vs actual outcomes, and visual evidence references. It safely infers missing context using placeholders to ensure clear triage.

What is the best way to format bug reporting notes for GitHub issue triage?

The best way to format bug reporting notes for triage is applying a GitHub-flavored markdown template that includes severity classification, environment details, and impact justification. This standardizes regression reporting and turns messy inputs into structured documentation.

Can I use voice dictation to create a markdown bug report for GitHub?

Yes, you can use voice dictation to create a markdown bug report for GitHub. The Skill processes raw voice inputs alongside error logs and screenshots, converting them directly into a structured issue template with appropriate context and reproduction steps.

How does severity classification work when generating GitHub issues?

Severity classification during GitHub issue generation converts described impact into Critical, High, Medium, or Low severity levels. It automatically generates a short justification within the markdown template based on the provided bug notes and failure context.

Where are generated GitHub issue markdown files saved in my repository?

Generated GitHub issue markdown files are saved in the repository root issues directory. They are automatically named using the YYYY-MM-DD-short-description naming convention to maintain chronological order and easy retrieval for maintainers.