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, commenting on, and closing issues directly from the terminal using either the gh CLI or the GitHub REST API. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, edit, close, and reopen issues with both gh and curl fallback commands. - Triage Workflow: A structured process for reviewing untriaged issues, applying labels and priorities, and assigning owners. - Bulk Operations & Templates: Batch-close issues by label and use included bug report and feature request templates for consistent issue quality. - Use Case: When asked to triage a backlog, list all issues labeled "needs-triage", categorize each one, apply priority labels, assign owners, and post triage comments — all without leaving the terminal. ## Quick Start Use the github-issues skill to create a bug report issue in this repository describing the login redirect problem and label it as a bug.