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 variants. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, comment on, close, and reopen issues using gh commands or authenticated curl calls against the GitHub REST API. - Triage Workflow: A structured 5-step process for listing untriaged issues, categorizing them, applying labels and priorities, and assigning owners. - Bulk Operations: Shell pipelines for batch actions, such as closing all issues carrying a specific label. - Templates: Ready-made bug report and feature request templates in templates/ for consistent issue formatting. - Use Case: When asked to triage a backlog, the agent lists issues labeled needs-triage, reads each one, applies appropriate labels and assignees, and posts triage comments — all without leaving the terminal. ## Quick Start Ask the agent to list all open issues labeled bug in the current repository and create a new issue using the bug report template.