What problem does it solve? Turning scattered requests from pull requests, Slack conversations, or quick verbal descriptions into well-structured, trackable GitHub issues is tedious and often produces duplicates or vague tickets. This Skill standardizes issue creation with conventional-commit-style titles, structured bodies, and duplicate checks. ## Core Features & Use Cases - Multi-source issue drafting: Builds issues from PR references (via gh pr view), pasted Slack messages, or plain descriptions, extracting the core problem from conversational noise. - Duplicate detection: Checks PR-linked issues and searches existing open issues before drafting, surfacing potential matches for confirmation. - Structured output: Generates conventional-commit-style titles (bug, feat, docs, task), a body template with context and acceptance criteria, and label suggestions mapped to existing repo labels. - Use Case: A teammate pastes a Slack complaint about a slow dashboard filter. The Skill drafts bug(dashboard): date range filter causes slow load times with context and acceptance criteria, confirms with you, then creates the issue via gh issue create. ## Quick Start Ask the assistant to create a GitHub issue from a PR number, a pasted Slack message, or a plain description of a bug or feature request.