git-issue-create

Convert conversation context into a GitHub issue with generated title, body, and labels.

Updated Mar 21, 2026
One-click install
npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-issue-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: git-issue-create
Source: https://github.com/tatsushige-i/shared-claude-code/tree/main/docs/ja-JP/skills/git-issue-create
Command: npx skills add https://github.com/tatsushige-i/shared-claude-code --skill git-issue-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates turning conversational context into a structured GitHub issue, including a generated title, body, and labels, reducing manual drafting time.

Core Features & Use Cases

  • Analyze chat or discussion context to identify the issue topic and required labels.
  • Generate a concise title and a detailed body suitable for GitHub issues, including acceptance criteria.
  • Preview the draft and optionally create the issue via GitHub CLI with one or more labels.

Quick Start

Provide the conversation context and request an issue draft with a title, body, and labels for review.

Frequently Asked Questions about git-issue-create

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

FAQPage Schema
How do I create a GitHub issue from a discussion context automatically?

To create a GitHub issue from discussion context, the Skill analyzes the conversation to generate a title, body, and labels. It then drafts a structured issue ready for review and creates it via the gh CLI.

Can I preview a generated GitHub issue before it is actually created?

Yes, you can preview a generated GitHub issue before creation. The Skill produces a draft with the title, body, and assigned labels for your review, proceeding with GitHub integration only after confirmation.

How are issue labels assigned when generating issues from chat context?

Labels are assigned through context analysis of the conversation. The Skill identifies the issue topic and automatically determines the required labels to categorize the generated GitHub issue accurately.

Do I need the GitHub CLI installed to draft and create issues from a conversation?

Yes, the GitHub CLI is needed for the final creation step. While the Skill handles context analysis, content generation, and preview internally, it relies on the gh CLI for the actual GitHub integration to create the issue.

What is the best way to turn PR discussions into structured GitHub issues?

The best way to turn PR discussions into structured GitHub issues is using a context analysis tool that extracts the topic, generates a title and body with acceptance criteria, and assigns labels before previewing and creating the issue.