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 curl with the GitHub REST API. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, comment on, close, and reopen issues with both gh and curl fallback commands. - Triage Workflow: A structured process for listing untriaged issues, categorizing them, applying labels and priorities, and assigning owners. - Bulk Operations: Shell scripting patterns for batch actions like closing all issues with a specific label. - Templates Included: Ready-made bug report and feature request templates for consistent issue formatting. - Use Case: When asked to triage a backlog, the Skill lists all issues labeled "needs-triage", reads each one, applies appropriate labels and priority, assigns owners, and posts triage comments automatically. ## Quick Start Ask the AI to list all open issues labeled bug in the current repository and create a new bug report issue using the provided template.