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 using either the gh CLI or direct REST API calls with curl. ## Core Features & Use Cases - Full Issue Lifecycle: Create, view, comment on, close, and reopen issues with both gh and curl fallback commands. - Triage Workflow: List untriaged issues, categorize them, apply labels and priorities, and assign owners in a structured process. - Bulk Operations: Batch-close or batch-update issues by combining API calls with shell scripting. - Use Case: When asked to triage a backlog, list all issues labeled "needs-triage", read each one, apply appropriate labels like "bug" or "priority:high", assign owners, and post triage comments automatically. ## Quick Start Ask the assistant to create a GitHub issue titled "Login redirect ignores next parameter" labeled as a bug in the current repository.