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, with both gh CLI and curl REST API variants. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, comment on, close, and reopen issues using gh commands or authenticated curl calls against the GitHub REST API. - Triage Workflow: A structured process for listing untriaged issues, categorizing them, applying labels and priorities, and assigning owners. - Bulk Operations: Shell pipelines that batch-close or batch-update issues filtered by label. - Templates: Reusable bug report and feature request templates stored in templates/ for consistent issue formatting. - Use Case: When asked to triage a backlog, the agent lists all needs-triage issues, reads each one, applies appropriate labels like bug or priority:high, assigns owners, and posts triage comments automatically. ## Quick Start Ask the agent to list all open issues labeled bug in the current repository and create a new issue using the bug report template.