create-github-issue

Create GitHub issues with titles, bodies, milestones, and labels via GitHub CLI.

1|Updated Jan 30, 2026
One-click install
npx skills add https://github.com/Capplequoppe/agent-studio --skill create-github-issue-capplequoppe
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issue
Source: https://github.com/Capplequoppe/agent-studio/tree/main/.claude/skills/create-github-issue
Command: npx skills add https://github.com/Capplequoppe/agent-studio --skill create-github-issue-capplequoppe

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of creating GitHub issues directly from your command line or AI assistant, ensuring bugs and tasks are logged efficiently.

Core Features & Use Cases

  • Automated Issue Creation: Generates GitHub issues with titles, bodies, and optional milestones/labels.
  • Repository Detection: Automatically identifies the target repository using Git.
  • Use Case: Quickly report a bug you found in the codebase by providing a description, and have the Skill create a new issue in the correct repository.

Quick Start

Use the create-github-issue skill to create an issue with the title "Fix login bug" and the description "Users are unable to log in after the latest update."

Frequently Asked Questions about create-github-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?

To create a GitHub issue from the command line, you provide a title and body, and the Skill uses the GitHub CLI to generate the issue in your current repository. It automatically detects the repository owner and name from your Git remote origin.

Can I add labels and milestones when creating GitHub issues via CLI?

Yes, when creating GitHub issues via CLI, you can optionally assign them to existing milestones and apply labels. The Skill passes these parameters directly to the GitHub CLI during issue creation.

Does the GitHub issue creator automatically detect my repository?

Yes, the GitHub issue creator automatically detects your target repository by reading the Git remote origin. This ensures the issue is logged in the correct project without manual repository specification.

What is the best way to report a bug found in the codebase directly from an AI assistant?

The best way to report a bug from an AI assistant is to provide a description of the problem. This Skill handles the issue creation by formatting your input into a GitHub issue with a title and body in the correct repository.

Do I need the GitHub CLI installed to use this issue tracking Skill?

Yes, you need the GitHub CLI installed because this issue tracking Skill relies on it to interface with GitHub. The Skill automates the CLI commands to create issues with your specified titles, descriptions, and labels.