structure-issue

Convert user prompts into structured GitHub issue drafts via gh issue create.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/toumakido/my-claude --skill structure-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: structure-issue
Source: https://github.com/toumakido/my-claude/tree/main/skills/structure-issue
Command: npx skills add https://github.com/toumakido/my-claude --skill structure-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Teams and developers spend time drafting issues from user prompts; this Skill automatically generates clear issue drafts to accelerate issue creation and maintain consistency.

Core Features & Use Cases

  • Prompt-to-issue generation: Produce a standardized title and body from a user prompt, select the issue type (Bug, Feature, Enhancement) and apply templates.
  • Template-driven structure: Enforce consistent sections across projects (title, description, steps, environment, labels).
  • Use Case: A product manager prompts: "Add dark mode to the app" and the Skill yields a ready-to-create GitHub issue with a structured body and suggested labels.

Quick Start

Provide a user prompt (for example, "Investigate intermittent login failures on mobile") and the Skill will draft the issue and present it for confirmation before creating it with gh issue create.

Frequently Asked Questions about structure-issue

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

FAQPage Schema
How do I generate GitHub issues from a text prompt automatically?

To generate GitHub issues from a text prompt, the Skill analyzes your input, asks clarifying questions, applies standardized templates for bugs or features, and creates the issue using gh issue create.

Can I create structured GitHub issue drafts for different issue types like bugs and features?

Yes, you can create structured GitHub issue drafts for bugs, features, and enhancements. The Skill applies template-driven structures to enforce consistent sections like titles, descriptions, steps, environments, and labels.

How do I standardize GitHub issue templates across my repositories?

You can standardize GitHub issue templates across repositories by converting user prompts into ready-to-create drafts. The Skill enforces consistent title and body sections, suggesting appropriate labels before final creation.

Do I need the GitHub CLI installed to create issues from prompts?

Yes, you need the GitHub CLI installed because the Skill creates the finalized issue drafts directly through the gh issue create command after presenting the structured draft for your confirmation.

What is the best way to draft a consistent GitHub issue body from a feature request?

The best way to draft a consistent GitHub issue body from a feature request is providing a prompt like 'Add dark mode'. The Skill yields a ready-to-create issue with a structured body and suggested labels.