What problem does it solve? Managing GitHub issues manually through the web UI is slow and hard to automate. This Skill provides ready-to-use commands for creating, viewing, labeling, assigning, commenting on, and closing issues directly from the terminal, with both gh CLI and curl REST API fallbacks. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, comment on, close, and reopen issues using gh commands or authenticated GitHub REST API calls. - Triage Workflow: A structured 5-step process for reviewing untriaged issues, applying labels and priorities, and assigning owners. - Bulk Operations: Shell-scripted batch actions such as closing all issues with a given label. - Templates Included: Ready-made bug report and feature request templates in templates/ for consistent issue formatting. - Use Case: Ask the agent to triage all open issues labeled needs-triage, and it will list them, categorize each one, apply priority labels, assign owners, and post triage comments automatically. ## Quick Start Ask the agent to list all open issues labeled bug in the current repository and create a new bug report issue using the included template.