What problem does it solve? Writing well-structured GitHub issues that follow a repository's templates is repetitive and error-prone. This Skill drafts and creates issues that match the correct template (bug, feature, or task) so reports are complete and consistently formatted. ## Core Features & Use Cases - Template Selection: Inspects .github/ISSUE_TEMPLATE/ and picks the right template (bug report, feature request, or task) based on your request, asking when the type is ambiguous. - Faithful Filling: Respects each template's frontmatter (title, labels, assignees) and fills every required section without inventing data you did not provide. - Duplicate Check & Creation: Searches existing issues with gh issue list before creating one via gh issue create, and falls back to showing the drafted body when no remote is configured. - Use Case: Say "open an issue: login fails with Google on Safari" and get a properly labeled bug report published to GitHub with its URL returned. ## Quick Start Ask the assistant to open an issue describing your bug, feature, or task, for example: open an issue for the login failing with Google on Safari.