What problem does it solve? Sorting through GitHub notifications and issue backlogs manually is slow and easy to get wrong. This Skill reads your unread notification inbox or a repository's open issues, groups related reports, ranks them by severity and reach, and posts comments or labels only after you approve each write. ## Core Features & Use Cases - Inbox Triage: Fetches your unread GitHub notifications via gh api, ranks them by reason (review requests and assignments first), and turns them into concrete action items. - Backlog Triage: Pulls a repository's issues with gh issue list, reads the ones that matter, clusters duplicates, and ranks clusters by severity and reach. - Permission-Gated Writes: Read commands run without prompts; writes like gh issue comment and gh issue edit require your per-command approval; dangerous commands like gh issue close and gh pr merge are refused outright. - Use Case: Ask what needs your attention on GitHub, and get a ranked list of who is blocked on you, which issues are duplicates, and what information is missing — then approve the exact comment or label command to post. ## Quick Start Ask the agent to triage your GitHub notifications and tell you what needs your attention first.