What problem does it solve? Managing GitHub issues manually through the web UI is slow and hard to automate, especially when triaging backlogs, applying labels in bulk, or working in environments where the gh CLI is unavailable. ## Core Features & Use Cases - Full Issue Lifecycle: Create, view, comment on, label, assign, close, and reopen issues with ready-to-use commands. - Dual Execution Paths: Every operation works with the gh CLI first and falls back to curl against the GitHub REST API when gh is unavailable. - Triage and Bulk Operations: Includes a structured triage workflow, bug report and feature request templates, and shell patterns for batch-closing or batch-labeling issues. - Use Case: Ask the agent to triage all issues labeled "needs-triage", and it will list them, categorize each one, apply priority labels, assign owners, and post triage comments automatically. ## Quick Start Triage all open issues labeled needs-triage in this repository, apply appropriate priority labels, and assign the backend bugs to the right owner.