create-issue

Create GitHub issues from ISSUE_TEMPLATE files using the gh CLI.

1|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-issue-taiga-k
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/taiga-K/awesome-backend-template/tree/main/.cursor/skills/create-issue
Command: npx skills add https://github.com/taiga-K/awesome-backend-template --skill create-issue-taiga-k

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines creating consistent GitHub issues by using the gh CLI together with repository ISSUE_TEMPLATE files so maintainers and contributors can file bug reports, feature requests, and documentation fixes quickly and uniformly.

Core Features & Use Cases

  • Template-driven Issue Creation: Select and populate repository ISSUE_TEMPLATE files to ensure issues include required fields and formatting.
  • gh CLI Integration: Uses the GitHub CLI workflow for authenticated, reproducible issue creation from the command line or automation scripts.
  • Use Case: When reporting a reproducible bug, use this Skill to read the repository's issue template, fill in reproduction steps and environment details, and create a properly labeled issue.

Quick Start

Create an issue using the repository's ISSUE_TEMPLATE via the gh CLI by reading the referenced SKILL.md instructions and following the template fields.

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create GitHub issues from repository templates using the command line?

You can create GitHub issues from templates by using the gh CLI to read and populate repository ISSUE_TEMPLATE files, ensuring properly formatted bug reports and feature requests. This approach automates applying required fields and labels.

Do I need gh CLI authentication to automate issue creation from templates?

Yes, gh CLI authentication is required to create GitHub issues from templates. Authenticated access allows the command line tool to read repository ISSUE_TEMPLATE files and submit standardized bug reports or feature requests securely.

Can I use repository issue templates for both bug reports and feature requests?

Yes, repository ISSUE_TEMPLATE files support creating various issue types including bug reports, feature requests, and documentation improvements. The gh CLI reads the specific template to populate the correct required fields for each issue type.

Why does template-driven issue creation matter for GitHub repository management?

Template-driven issue creation ensures uniform formatting and required fields across GitHub issues. By leveraging ISSUE_TEMPLATE files with the gh CLI, maintainers receive consistent bug reports and feature requests that include necessary environment details and reproduction steps.

What are the limitations of creating GitHub issues with gh CLI and templates?

Creating GitHub issues with gh CLI and templates requires access to existing repository ISSUE_TEMPLATE files and strict adherence to repository-specific template selection rules, meaning it cannot generate issues for repositories lacking predefined template structures.