create-issue

Guide users through creating structured GitHub issues via the GitHub API.

Updated Mar 22, 2025
One-click install
npx skills add https://github.com/kuramapommel/til-cline --skill create-issue-kuramapommel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-issue
Source: https://github.com/kuramapommel/til-cline/tree/main/.claude/skills/create-issue
Command: npx skills add https://github.com/kuramapommel/til-cline --skill create-issue-kuramapommel

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of creating detailed, high-quality GitHub Issues by providing a conversational interface that guides users through the process, resulting in well-structured and informative issues.

Core Features & Use Cases

  • Conversational Workflow: Engage users in a dialogue to gather all necessary information for an issue.
  • Automated Issue Creation: Utilizes the gathered information to create and submit an issue to GitHub.
  • Use Case: When a user wants to report a bug, request a feature, or discuss an implementation task, this Skill can help them articulate their request clearly and efficiently.

Quick Start

To create a new issue, simply initiate the conversation with the command: /create-issue

Frequently Asked Questions about create-issue

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

FAQPage Schema
How do I create detailed GitHub issues for project management without missing key information?

You can create detailed GitHub issues by using a conversational workflow that guides you step-by-step through articulating bug reports or feature requests, ensuring the final issue is well-structured and comprehensive.

Do I need the GitHub API or gh CLI installed to automate issue creation?

Yes, automating GitHub issue creation requires access to the GitHub API via the gh dependency, allowing the conversational script to successfully submit your structured issue directly to the repository.

What is the best way to structure feature requests and bug reports for software development workflows?

The best way to structure feature requests and bug reports is through an automated conversational interface that prompts you for necessary details, transforming your answers into high-quality, informative GitHub issues.

Can I use a conversational AI to guide implementation task discussions on GitHub?

Yes, you can use a conversational AI workflow to guide implementation task discussions on GitHub, engaging you in a dialogue to efficiently gather and format all necessary context before creating the issue.

How to step-by-step report a bug on GitHub using an automated workflow?

To report a bug automatically, initiate the workflow with a simple command, answer the conversational prompts to provide context, and the script will compile your responses and submit the structured issue to GitHub.