create-github-issue

Create GitHub issues from natural language prompts using the gh CLI.

8.1k|1.2k|Updated Feb 24, 2026
One-click install
npx skills add https://github.com/NVIDIA/OpenShell --skill create-github-issue-nvidia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-github-issue
Source: https://github.com/NVIDIA/OpenShell/tree/main/.agents/skills/create-github-issue
Command: npx skills add https://github.com/NVIDIA/OpenShell --skill create-github-issue-nvidia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Create GitHub issues efficiently by leveraging the gh CLI to craft consistent, template-compliant issues without leaving your workflow.

Core Features & Use Cases

  • Create issues from natural language prompts using the gh CLI.
  • Enforce repository templates and required sections (Agent Diagnostic, Description, Reproduction Steps, Environment) as demonstrated by the included templates.
  • Use for bug reports, feature requests, and tasks across software projects.

Quick Start

Provide a concise title and a properly formatted body to gh issue create that adheres to the project's issue templates.

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 GitHub issues from natural language prompts using the gh CLI?

To create GitHub issues from natural language, the gh CLI parses your text input, applies repository templates, and formats the body to match project conventions. You provide a concise title and properly formatted body to generate the issue.

Can I enforce repository issue templates when creating issues with the gh CLI?

Yes, you can enforce repository issue templates when using the gh CLI. The creation process applies required template sections like Agent Diagnostic, Description, Reproduction Steps, and Environment to ensure issue consistency.

Do I need to authenticate with gh before creating GitHub issues?

Yes, authentication with gh is required before creating GitHub issues. You must authenticate the gh CLI tool to ensure your account has the necessary permissions to post issues to the target GitHub repository.

What types of GitHub issues can I generate with the gh CLI?

You can generate bug reports, feature requests, and task creation issues with the gh CLI. The process leverages repository templates to ensure consistent formatting across these different issue types within your software projects.

How does the gh CLI handle issue body formatting for GitHub repositories?

The gh CLI handles issue body formatting by enforcing template structure and matching repository conventions. It takes your natural language input and structures it into the required sections defined by the project's issue templates.

What is the best way to automate GitHub issue creation without leaving my workflow?

The best way to automate GitHub issue creation without leaving your workflow is using the gh CLI. It crafts consistent, template-compliant issues directly from natural language prompts, streamlining bug reports and feature requests.