create-issue

Create GitHub issues via gh CLI with repository-specific templates.

1|Updated Jan 14, 2016
One-click install
npx skills add https://github.com/ChiakiUehira/.dotfiles --skill create-issue-chiakiuehira
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/ChiakiUehira/.dotfiles/tree/main/claude/skills/create-issue
Command: npx skills add https://github.com/ChiakiUehira/.dotfiles --skill create-issue-chiakiuehira

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

GitHub issueの作成を自動化し、バグ報告や機能リクエストを効率的に行うことで、開発プロセスの迅速化とチームコミュニケーションの円滑化を図ります。

Core Features & Use Cases

  • Issueテンプレートの自動検出と適用: リポジトリに存在するissueテンプレートを自動で検出し、適切なフォーマットでissueを作成します。
  • 選択式UIによる情報収集: ユーザーに質問を投げかけ、選択肢から回答を得ることで、必要な情報を効率的に収集します。
  • gh CLIとの連携: GitHub CLI (gh) を使用して、issueの作成、ラベル付け、担当者アサインなどを実行します。
  • Use Case: 新しいバグを発見した際に、「バグ報告」を選択し、重大度や再現手順に関する質問に答えるだけで、迅速にissueを作成できます。

Quick Start

issueを作って

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create a GitHub issue from the command line using a guided format?

You can create a GitHub issue by running the Skill, which uses the gh CLI to guide you through a multi-turn, multiple-choice Q&A flow, collecting necessary information to structure and submit the issue automatically.

Does this issue creation tool work with my repository's existing issue templates?

The Skill detects repository-specific issue templates automatically and applies them to format your bug report or feature request. If no templates exist, it generates the issue in a standard format instead.

Can I use this to report different types of GitHub issues like bugs and feature requests?

Yes, you can use this Skill to report bugs, request features, and create other issue types. It collects details like severity and reproduction steps through a structured, interactive question-and-answer process.

Do I need the gh CLI installed to automate GitHub issue creation?

Yes, you must have the GitHub CLI (`gh`) installed and authenticated. The Skill depends entirely on the gh CLI to execute issue creation, apply labels, and assign users to the repository.

What is the best way to ensure structured GitHub bug reports without missing information?

Using a guided multiple-choice Q&A flow ensures structured GitHub bug reports. The Skill prompts you for necessary information like severity and reproduction steps, preventing incomplete submissions.

What happens to issue creation if my GitHub repository has no issue templates?

When no issue templates are present, the Skill generates your GitHub issue in a standard format. It still uses the guided Q&A flow to collect and organize the necessary information for submission.