What problem does it solve? Vague or incomplete issue reports waste engineering time and lead to miscommunication. This Skill turns a rough idea into a well-structured GitHub issue by interviewing the user, drafting a complete specification, creating the issue with the GitHub CLI, and applying triage labels automatically. ## Core Features & Use Cases - Interactive Requirement Grilling: Asks one question at a time to clarify scope, edge cases, and acceptance criteria before writing anything. - Codebase-Aware Context Gathering: Explores the repository, domain glossary, ADRs, and prior rejections to ground the issue in real technical context. - Automated Issue Creation and Triage: Creates the issue via gh issue create, applies canonical category and state labels, and posts an agent brief for issues ready to be worked on. - Use Case: You notice a caching bug but only have a rough description. Invoke the Skill, answer its clarifying questions, and it files a complete, labeled issue with testable acceptance criteria on GitHub. ## Quick Start Ask the assistant to write a new GitHub issue describing the problem you want to report, then answer its clarifying questions.