create-issue

Parse natural language input to create GitHub issues via gh issue create.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/youhei-ushio/dotclaude-public --skill create-issue-youhei-ushio
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/youhei-ushio/dotclaude-public/tree/main/skills/global/create-issue
Command: npx skills add https://github.com/youhei-ushio/dotclaude-public --skill create-issue-youhei-ushio

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

Streamlines the process of creating GitHub issues, reducing the need for complex commands and manual steps.

Core Features & Use Cases

  • Automated Issue Creation: Automatically generates GitHub issues from natural language prompts.
  • Simplified Workflow: Avoids the complexities of using direct gh issue create commands.
  • Use Case: Ideal for team collaboration, where members can quickly report issues without learning additional commands.

Quick Start

Create a GitHub issue for the 'bug in feature X' by saying "Create an issue for the bug in feature X".

Frequently Asked Questions about create-issue

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

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

To create a GitHub issue from natural language, you provide a simple text prompt describing the bug or feature. The Skill parses your input and automatically generates the issue content, executing the 'gh issue create' command without manual formatting.

Do I need the gh CLI installed to create issues with this tool?

Yes, you need the gh CLI installed to create GitHub issues with this tool. The Skill depends on the 'gh' command-line interface to interact with your repository and initiate the issue creation process.

What is the best way to report bugs for team collaboration on GitHub?

The best way to report bugs for team collaboration is using natural language prompts to generate GitHub issues. This simplifies the workflow by avoiding complex 'gh issue create' commands, allowing team members to quickly report problems without learning additional syntax.

Can I avoid complex git operations when reporting bugs to my repository?

Yes, you can avoid complex git operations when reporting bugs. The Skill automates the issue creation process by parsing your plain text description and handling the underlying 'gh issue create' command for you, streamlining team communication and bug tracking.