create-issue

Create structured GitHub issues with auto-enriched labels and duplicate checks.

4|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/greenheadHQ/nixos-config --skill create-issue-greenheadhq
Or copy as Structured Prompt for Agentโ–ผ
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/greenheadHQ/nixos-config/tree/main/modules/shared/programs/claude/files/skills/create-issue
Command: npx skills add https://github.com/greenheadHQ/nixos-config --skill create-issue-greenheadhq

SYSTEM DOCUMENTATION & REQUIREMENTS

๐Ÿ’ก This Skill includes references (resource) components.

What problem does it solve?

Create structured GitHub issues from user-provided titles or descriptions with auto-enriched labels, reducing manual drafting and errors.

Core Features & Use Cases

  • Auto-generates a complete issue body (Summary, Context, Proposed Changes) from input.
  • Reads templates from references/ (e.g., issue-template.md, label-taxonomy.md) to ensure consistency.
  • Checks for duplicates via gh issue list and suggests unique issues before creation.

Quick Start

ํ…์ŠคํŠธ ์ž…๋ ฅ์œผ๋กœ ์ด์Šˆ ์ œ๋ชฉ์ด๋‚˜ ์„ค๋ช…์„ ์ž…๋ ฅํ•˜๋ฉด ๊ตฌ์กฐํ™”๋œ ์ด์Šˆ ๋ณธ๋ฌธ๊ณผ ์ƒ์„ฑ๋œ ์ด์Šˆ URL์ด ๋ฐ˜ํ™˜๋œ๋‹ค.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I automate structured GitHub issue creation from a text description?โ–ผ

To automate structured GitHub issue creation, provide a title or description to generate a complete issue body with summary, context, and proposed changes, then use the output as a gh issue create-ready payload.

Can I automatically check for duplicate GitHub issues before creating a new one?โ–ผ

Yes, you can check for duplicate GitHub issues before creation by running gh issue list to scan existing repository context, which helps suggest unique issues and avoid redundant workflow entries.

How do I auto-enrich GitHub issues with consistent labels using templates?โ–ผ

You auto-enrich GitHub issues with consistent labels by referencing templates like issue-template.md and label-taxonomy.md, scanning repository context to select appropriate labels from the established taxonomy.

Does this GitHub issue workflow require any specific dependencies or setup?โ–ผ

No specific dependencies are required to use this GitHub issue workflow, as it operates independently by scanning repository context and producing a gh issue create-ready payload without external modules.

What is the best way to draft a GitHub issue body for proposed codebase changes?โ–ผ

The best way to draft a GitHub issue body for proposed codebase changes is auto-generating a structured document containing summary, context, and proposed changes directly from user-provided input.

Why are my GitHub issue labels inconsistent across different repositories?โ–ผ

GitHub issue labels become inconsistent without a unified taxonomy, so referencing a label-taxonomy.md template ensures labels are selected systematically by scanning repository context during issue generation.