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, with both gh CLI and curl REST API fallbacks. ## Core Features & Use Cases - Issue CRUD Operations: List, view, create, comment on, close, and reopen issues using gh commands or authenticated GitHub REST API calls. - Triage Workflow: Follow a structured process to list untriaged issues, categorize them, apply labels and priorities, and assign owners. - Bulk Operations & Templates: Batch-close issues by label with shell scripting, and use included bug report and feature request templates for consistent issue quality. - 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.