Make Issue
Create a GitHub issue with guided template, type, and label selection
/plugin install make-issue@rvanbaalenWhen to use
Use when you want to create a well-structured GitHub issue without leaving the terminal. The skill discovers your repo’s issue templates, types, and labels, then guides you through selection before creating the issue.
How it works
- Gathers repo metadata in parallel — templates in
.github/ISSUE_TEMPLATE/, plus issue types and labels via the GitHub GraphQL API - Lets you pick a template (if available) to structure the issue body
- Asks for an issue type when the repo has them configured
- Auto-suggests labels and confirms them in at most three multi-select rounds (type and priority, then area and scope, then anything left)
- Drafts a title and body shaped to the issue kind — observed vs. expected behavior and repro steps for bugs, what and why for features
- Shows the draft for approval, and only creates the issue once you accept
- Submits in a single request — GraphQL
createIssuewhen an issue type is set,gh issue createotherwise — then returns the URL
Invoke
Manual only — this skill is never triggered automatically.
/make-issue:make-issue fix login redirect loop on Safari
Or without arguments to be asked what the issue is about.