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, comment on, close, and reopen issues with gh commands or curl fallbacks. - Triage Workflow: List untriaged issues, categorize them, apply labels and priorities, and assign owners in a structured process. - Bulk Operations: Batch-close or batch-update issues by combining API calls with shell scripting. - Templates Included: Ready-made bug report and feature request templates for consistent issue quality. - Use Case: You need to triage 30 open issues in a repository. Use the triage workflow to list issues labeled needs-triage, categorize each one, apply priority labels, and assign owners without leaving the terminal. ## Quick Start Ask the assistant to list all open issues labeled bug in the current repository and create a new issue using the bug report template.