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, search, comment on, close, and reopen issues using either the gh CLI or curl against the GitHub REST API. - Triage Workflow: List untriaged issues, categorize them, apply labels and priorities, assign owners, and add triage comments. - Bulk Operations: Batch-close or batch-update issues by combining API calls with shell scripting. - Use Case: When asked to triage a repository backlog, list all issues labeled "needs-triage", read each one, apply appropriate labels like "bug" or "priority:high", assign owners, and close stale items. ## Quick Start Ask the agent to list all open issues labeled bug in the current repository and create a new issue for the login redirect problem.