creating-issues

Automates GitHub issue creation by collecting title, body, and labels via a conversational flow.

16|3|Updated Dec 26, 2025
One-click install
npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill creating-issues-nuitsjp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: creating-issues
Source: https://github.com/nuitsjp/spec-driven-docs-infra/tree/main/.claude/skills/creating-issues
Command: npx skills add https://github.com/nuitsjp/spec-driven-docs-infra --skill creating-issues-nuitsjp

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates GitHub Issue creation through a conversational flow, reducing back-and-forth and ensuring the correct fields (title, body, labels) are captured before creation.

Core Features & Use Cases

  • AI-guided issue typing: Determine the issue type (bug, enhancement, documentation, question) using AskUserQuestion and collect the necessary details.
  • Automated creation: Create the issue with gh issue create using the gathered information.
  • Result visibility: Return and display the created issue URL for immediate follow-up.
  • Use Case: You can report a bug or request a feature directly from chat, without leaving your workflow.

Quick Start

AskUserQuestion to identify the issue type and collect required details, then run gh issue create to create the issue. After creation, display the issue URL and offer to proceed with planning or work on the issue.