What problem does it solve?
This Skill streamlines the process of creating GitHub Issues by automating the input of titles, labels, assignees, and even pre-defined body templates based on issue type.
Core Features & Use Cases
- Automated Issue Creation: Generates GitHub Issues with specified types, titles, and labels.
- Template-Based Content: Populates issue bodies with relevant sections and prompts based on the issue type (frontend, backend, api-spec, docs).
- Interactive Mode: Guides the user through selecting issue type, priority, and phase.
- Batch Creation: Supports creating multiple issues from a list or file.
- Use Case: A developer needs to create a new backend issue for an API endpoint. They can use this skill with
/create-issue backend "Implement GET /users/{id}" to quickly generate the issue with the correct labels and a pre-filled template.
Quick Start
Use the command-create-issue skill to create a new frontend issue with the title 'Implement user profile page'.