create-issue

Create GitHub issues from user requests with draft labels for pipeline processing.

Updated Mar 28, 2026
One-click install
npx skills add https://github.com/shiroinock/nv-atlas --skill create-issue-shiroinock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/shiroinock/nv-atlas/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/shiroinock/nv-atlas --skill create-issue-shiroinock

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

ユーザーの要望をそのまま GitHub Issue に変換し、開発パイプラインでの取り扱いを容易にします。

Core Features & Use Cases

  • 自動タイトル・概要作成: ユーザー要望から適切なタイトルと概要を自動生成します。
  • 標準フォーマット本文構築: Issue 本文を「概要/やること/関連」等のセクションで統一して作成します。
  • ドラフトラベル付与とパイプライン接続: 作成後、draft ラベルを付与し、issue-enrichment パイプラインへ回します。
  • Use Case: 新機能要望、バグ報告、改善点のトラッキングを一本化します。

Quick Start

ユーザーの要望を入力として受け取り、GitHub に新規 Issue を作成してください。

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I convert user requests into GitHub issues automatically?

To convert user requests into GitHub issues, you input the raw feature requests or bug reports, and the workflow automatically formats the content into structured summaries and applies draft labels for pipeline processing.

How to create GitHub issues with structured summaries from raw feedback?

Creating GitHub issues with structured summaries involves taking user feedback and generating a standardized body with sections like overview and tasks, then automatically applying draft labels to route it into the issue-enrichment pipeline.

Does the GitHub issue creation workflow support labeling for pipeline processing?

Yes, the GitHub issue creation workflow supports labeling by applying a draft label immediately after issue creation, which successfully routes the generated issue into the issue-enrichment pipeline for further processing.

Can I use this to create GitHub issues for both feature requests and bug reports?

Yes, you can use this to create GitHub issues for both feature requests and bug reports, as the workflow is applicable for tracking various user requests across projects and standardizes them for the development pipeline.

What is the issue-enrichment pipeline for GitHub issues?

The issue-enrichment pipeline is a downstream workflow that receives newly created GitHub issues formatted with structured summaries and draft labels, processing them further for development tracking.

Do I need any dependencies to create GitHub issues from user requests?

No, you do not need any dependencies to create GitHub issues from user requests, as the workflow operates independently to listen to user input, format the issue content, and apply draft labels.