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, searching, labeling, assigning, and closing issues directly from the terminal using either the gh CLI or the GitHub REST API. ## Core Features & Use Cases - Issue CRUD Operations: Create, view, search, comment on, close, and reopen issues with both gh and curl fallbacks. - Triage Workflow: A structured process for listing untriaged issues, categorizing them, applying labels and priorities, and assigning owners. - Bulk Operations: Shell-scripted batch actions such as closing all issues with a given label. - Use Case: When asked to triage a backlog, list all issues labeled needs-triage, read each one, apply appropriate labels like bug or priority:high, 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 issue from the bug report template.