What problem does it solve? Maintaining a healthy GitHub issue backlog requires repetitive manual work: reading each issue, deciding its category, assigning priority labels, and writing responses. This Skill automates that triage workflow so maintainers can process backlogs in minutes instead of hours. ## Core Features & Use Cases - Issue Categorization: Classifies issues as bug reports, feature requests, questions, duplicates, or invalid based on content indicators like stack traces and reproduction steps. - Priority Assessment: Assigns P0-P3 priority levels (critical, high, medium, low) based on impact criteria such as security risk, data loss, and user reach. - Response Templates: Provides ready-made Markdown responses for common scenarios including requests for more information, duplicates, acknowledged bugs, and answered questions. - Use Case: After returning from vacation, ask the agent to triage the last 15 open issues; it fetches them via GitHub MCP or the gh CLI, labels each one, suggests responses, and produces a summary report. ## Quick Start Triage the last 15 open issues in my repository, categorize and prioritize them, then suggest responses for each.