| name | issue |
| description | GitHub issue creation skill. Analyzes the entire codebase impact based on user request,
then creates a structured issue with AI-verified/human-judgment-needed/caution sections.
/issue "issue description"
Trigger: "/issue", "이슈 만들어", "issue 만들자", "깃헙 이슈"
|
| allowed_tools | ["Read","Grep","Glob","Bash","Agent","AskUserQuestion"] |
| validate_prompt | Must complete with one of:
1. GitHub issue created (URL returned)
2. User cancelled after preview
Must NOT: create issue without user confirmation, skip impact analysis.
|
/issue — Structured GitHub Issue Creator
Investigate the codebase based on the user's request and create a GitHub issue with clearly defined confidence boundaries.
Input
The text the user typed after /issue is the original request. Preserve it verbatim.
Examples:
/issue Duplicate Shorts URL fetches in YouTube subscription feed
/issue Add notification settings tab to Settings page
/issue Scheduler occasionally runs twice
If the input is too vague (e.g., "there's a bug"), ask ONE clarifying question. Otherwise, start investigating immediately.
Phase 1: Impact Analysis
Perform a full impact analysis based on the user's request. Use Agent to investigate in parallel.
What to Investigate
Launch agents in parallel where possible: