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 curl against 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: Follow a structured process to list untriaged issues, categorize them, apply labels and priorities, and assign owners. - Bulk Operations: Batch-close or batch-update issues by combining API calls with shell scripting. - Templates Included: Ready-to-use bug report and feature request templates for consistent issue creation. - Use Case: You need to triage 30 open issues labeled "needs-triage" — list them, read each one, apply priority labels, assign owners, and post triage comments, all without leaving the terminal. ## Quick Start Ask the AI to list all open issues labeled bug in the current repository and create a new issue for the login redirect problem.