github-issue-create

Create GitHub issues from project templates using the gh CLI.

1|Updated Nov 24, 2025
One-click install
npx skills add https://github.com/YAPP-Github/27th-Web-Team-3-BE --skill github-issue-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-issue-create
Source: https://github.com/YAPP-Github/27th-Web-Team-3-BE/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/YAPP-Github/27th-Web-Team-3-BE --skill github-issue-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of GitHub issues following a project template, reducing manual setup and ensuring consistency across issues.

Core Features & Use Cases

  • Template-driven creation: Generate issues (features, bugs, tasks) using predefined templates via gh issue create.
  • Consistent formatting: Enforce standard titles, labels, and bodies to align with project conventions.
  • Use Case: When starting a new feature or triaging bugs, run this Skill to spin up correctly formatted issues across a repository.

Quick Start

Use the gh CLI to create an issue from a template, for example: gh issue create --title "Add dark mode" --label "feat" --body "$(cat <<'EOF'

Summary

  • Please describe the feature in detail

etc

EOF )

Frequently Asked Questions about github-issue-create

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

FAQPage Schema
How do I create GitHub issues from templates automatically?

You can create GitHub issues from templates by using the gh CLI to run `gh issue create` with predefined titles, labels, and bodies. This enforces consistent formatting across your software development workflows.

What is the best way to standardize GitHub issue formatting across a repository?

Standardizing GitHub issue formatting is achieved by applying template-driven creation via the gh CLI. This approach enforces standard titles, labels, and bodies to align with project conventions and reduce manual setup.

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

Yes, you need the gh CLI installed and access to a GitHub repository with permission to create issues. This Skill requires the gh CLI to execute template-driven issue creation for features, bugs, and tasks.

Can I use predefined templates for bug reports and feature requests in GitHub?

Yes, you can use predefined templates for bug reports and feature requests in GitHub. The Skill generates issues using predefined templates via `gh issue create`, enforcing standard titles and bodies to align with project conventions.

How does template-driven issue creation improve project management workflows?

Template-driven issue creation improves project management workflows by automating the setup of correctly formatted issues. It reduces manual setup, ensures consistency across issues, and helps align features, bugs, and tasks with project conventions.