issue

Create GitHub issues from ISSUE_TEMPLATE using the GitHub CLI.

Updated Apr 17, 2025
One-click install
npx skills add https://github.com/nikawa2161/blog --skill issue-nikawa2161
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue
Source: https://github.com/nikawa2161/blog/tree/main/.claude/skills/issue
Command: npx skills add https://github.com/nikawa2161/blog --skill issue-nikawa2161

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues when requested, reducing manual steps and speeding up issue intake.

Core Features & Use Cases

  • On-demand issue creation: Generate issues in a target repository based on user input and templates.
  • Template-driven: Reads the repository's ISSUE_TEMPLATE to ensure consistent structure.
  • Use Case: A team member requests a bug report or feature, and the Skill creates a properly formatted GitHub issue automatically.

Quick Start

Use the issue skill to create a new GitHub issue in the specified repository by loading the ISSUE_TEMPLATE, prompting for a title and body, and executing gh issue create with the collected data.

Frequently Asked Questions about issue

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

FAQPage Schema
How do I automate creating a GitHub issue from a template?

To automate GitHub issue creation, this Skill reads the target repository's ISSUE_TEMPLATE, collects the required title and body content from your input, and executes the gh issue create command to populate the issue automatically.

What is the best way to create GitHub issues on demand using gh?

The best way to create GitHub issues on demand is using a Skill that leverages the gh CLI to load the ISSUE_TEMPLATE, gather the necessary title and body, and automatically generate the properly formatted issue in the target repository.

Can I add labels and assignees when creating a GitHub issue through automation?

Yes, you can add labels and assignees when creating a GitHub issue through automation, as the Skill supports optional labeling and assignee configurations via CLI options during the gh issue create execution.

Do I need a predefined ISSUE_TEMPLATE to use this GitHub issue automation workflow?

Yes, you need a predefined ISSUE_TEMPLATE in the target repository because the Skill reads the ISSUE_TEMPLATE to ensure a consistent structure and populate the required title and body content for the GitHub issue.

Why does my GitHub issue automation require the GitHub CLI?

Your GitHub issue automation requires the GitHub CLI because the Skill leverages the gh command-line tool to execute the gh issue create command with the collected title, body, and optional metadata for the target repository.