create-issue
Installation
SKILL.md
Create or update a GitHub issue. Do NOT implement — only create/update the issue.
Mode
- Argument is a number or URL → update mode
- Otherwise → create mode
Create
- Get feature/bug/task description from user (argument or ask)
- Explore codebase for context
- Ask 2-4 clarifying questions via
AskUserQuestion(see guidelines below) - Draft the full issue (title + body) and present it to the user as a preview
- Ask the user if it looks good or what to change — repeat 4-5 until approved
- Only after explicit approval: create with
gh issue create
Update
Related skills