What problem does it solve?
Draft Issue creates a GitHub issue from a description, investigation, or conversation context.
Use when a problem is too large for a quick fix, when you want to propose a change for later,
or when the user asks to "file an issue", "create an issue", "draft an issue", "open a ticket",
or "log this for later". Also useful when another skill (like tune) determines a
change is too large and needs to be tracked as an issue instead.
Core Features & Use Cases
- Understands the user's context and extracts a concise issue description from conversation, commits, or notes.
- Generates a structured GitHub issue body with Problem, Context, Suggested approach, Files involved, and Acceptance criteria.
- Creates a ready-to-submit gh CLI command or body for GitHub UI, including labels and title format.
Quick Start
Describe the issue you want to file and I will draft a GitHub issue ready for creation.