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 - Full Issue Lifecycle: Create, view, comment on, close, and reopen issues with both gh and curl fallback commands. - Triage Workflow: List untriaged issues, apply labels and priorities, assign owners, and post triage notes in a structured process. - Bulk Operations: Batch-close or batch-update issues by combining API calls with shell scripting. - Use Case: When asked to triage a backlog, list all issues labeled "needs-triage", categorize each one, apply priority labels, assign owners, and comment with triage notes automatically. ## Quick Start Ask the agent to list all open issues labeled bug in the current repository and create a new bug report for the login redirect issue.