What problem does it solve?
The issue skill prevents guesswork in GitHub issue creation by first analyzing how a user’s request affects the codebase, then packaging the result into a structured issue with clear confidence boundaries.
Core Features & Use Cases
- Full impact analysis before writing the issue: explores related code, dependencies, test coverage, and relevant history using parallel investigation.
- Confidence-based issue sections: separates findings into ✅ AI Verified, 🤔 Decision Required, and ⚠️ Human Verify so stakeholders know what’s safe vs. what needs review.
- Preview and user confirmation guardrails: requires explicit confirmation before running gh issue create, and allows an edit-then-create loop.
- Request preservation: keeps the user’s original /issue text verbatim inside the “Request” section for traceability.
Quick Start
Run /issue with a clear description of the change or bug you want to report, then confirm the generated preview to create the GitHub issue.