What problem does it solve? Writing well-structured GitHub issues with consistent titles, labels, and priorities is repetitive and often skipped, leading to untriaged backlogs. This Skill standardizes bug reports and feature requests and creates them directly through the GitHub CLI. ## Core Features & Use Cases - Structured Issue Creation: Generates bug reports and feature requests from templates covering reproduction steps, expected behavior, motivation, and alternatives. - Label and Priority Management: Applies type, priority, size, and triage labels, and can create missing priority labels in the repository. - Confirmation Workflow: Drafts the title, labels, and body for user review before running gh issue create. - Use Case: After discovering a broken password reset flow, ask the agent to file a bug; it drafts a titled, labeled issue with reproduction steps and creates it via gh after your confirmation. ## Quick Start Ask the agent to create a GitHub bug report for the login page password reset issue with high priority.