What problem does it solve? Managing GitHub issues manually through the web UI is slow and hard to automate. This Skill lets you create, search, label, assign, comment on, and close issues directly from the command line using either the gh CLI or the GitHub REST API. ## Core Features & Use Cases - Full Issue Lifecycle: Create issues with structured bug report and feature request templates, then label, assign, comment, close, or reopen them. - Dual Execution Paths: Every operation shows the gh CLI command first with a curl/REST API fallback, so it works whether or not gh is installed. - Triage & Bulk Operations: List untriaged issues, categorize them, apply labels and priorities, and run batch operations like closing all issues with a given label. - Use Case: Ask the agent to triage all open issues labeled "needs-triage" in your repository, and it will read each one, apply appropriate labels and assignees, and post triage notes automatically. ## Quick Start List all open issues labeled bug in this repository and create a new issue for the login redirect problem using the bug report template.