new-issue

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

116|56|Updated Jan 18, 2026
One-click install
npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill new-issue-soul-brews-studio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: new-issue
Source: https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli/tree/main/src/skills/new-issue
Command: npx skills add https://github.com/Soul-Brews-Studio/arra-oracle-skills-cli --skill new-issue-soul-brews-studio

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the process of creating GitHub issues from natural language prompts, reducing manual typing and context switching.

Core Features & Use Cases

  • Parse user intent to extract issue title and optional body and labels.
  • Create the issue in the current repository using the GitHub CLI.
  • Prompt for missing information when necessary.

Quick Start

Create a new GitHub issue in the active repository with a concise title and optional body.

Frequently Asked Questions about new-issue

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

FAQPage Schema
How do I create a GitHub issue from a natural language prompt?

To create a GitHub issue from a natural language prompt, the Skill parses your text to extract a title, optional body, and labels, then executes the GitHub CLI command to generate the issue automatically in the current repository context.

Can I add labels and a body to a GitHub issue using automation?

Yes, you can add labels and a body to a GitHub issue using automation. The Skill parses your natural language input to identify optional labels and body text, applying them via appropriate flags when executing the issue creation command.

Does this GitHub issue automation work with the GitHub CLI?

Yes, this GitHub issue automation works directly with the GitHub CLI. It parses your arguments and executes the gh issue create command with the appropriate flags to handle issue creation within your current repository workflow.

What happens if I do not provide a title for the GitHub issue creation?

If you do not provide a title for the GitHub issue creation, the Skill will prompt you for the missing data. It evaluates your natural language input and interactively requests any required information that was not supplied before executing the command.

What is the best way to automate issue creation in my current repository?

The best way to automate issue creation in your current repository is using a natural language parser that extracts your intent and executes the GitHub CLI command. This reduces manual typing and context switching across common workflows.