command-create-issue

Create GitHub Issues with templates, labels, and assignees via GitHub CLI.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/aroido/vibesmith --skill command-create-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: command-create-issue
Source: https://github.com/aroido/vibesmith/tree/main/.codex/skills/command-create-issue
Command: npx skills add https://github.com/aroido/vibesmith --skill command-create-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating GitHub Issues by automating the input of titles, labels, assignees, and even pre-defined body templates based on issue type.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub Issues with specified types, titles, and labels.
  • Template-Based Content: Populates issue bodies with relevant sections and prompts based on the issue type (frontend, backend, api-spec, docs).
  • Interactive Mode: Guides the user through selecting issue type, priority, and phase.
  • Batch Creation: Supports creating multiple issues from a list or file.
  • Use Case: A developer needs to create a new backend issue for an API endpoint. They can use this skill with /create-issue backend "Implement GET /users/{id}" to quickly generate the issue with the correct labels and a pre-filled template.

Quick Start

Use the command-create-issue skill to create a new frontend issue with the title 'Implement user profile page'.

Frequently Asked Questions about command-create-issue

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

FAQPage Schema
How do I automate GitHub issue creation with predefined templates and labels?

You can automate GitHub issue creation by using this skill to generate issues with predefined templates and labels based on issue type. It integrates with GitHub CLI to automatically populate titles, assignees, and body content for tasks like frontend or backend work.

Can I create multiple GitHub issues from a file or list at once?

Yes, you can create multiple GitHub issues from a list or file using batch creation. This feature automates the generation of numerous issues simultaneously, applying the correct templates, labels, and assignments to each entry.

Does GitHub CLI support interactive issue creation with priority and phase selection?

Yes, this skill leverages GitHub CLI to support interactive issue creation. It guides you through selecting the issue type, priority, and phase, ensuring the generated GitHub issue is configured with the correct parameters.

What is the best way to generate a GitHub issue with a specific body template like backend or api-spec?

The best way to generate a GitHub issue with a specific body template is to specify the issue type during creation. The skill populates the issue body with relevant sections and prompts based on types like frontend, backend, api-spec, or docs.

Do I need GitHub CLI to create GitHub issues with predefined labels?

Yes, you need GitHub CLI installed because this skill integrates directly with it to automate issue generation and assignment. The CLI handles the underlying API calls required to apply your predefined labels and templates.