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 scripting issue workflows from the command line. ## Core Features & Use Cases - Full Issue Lifecycle: Create, view, search, comment on, close, and reopen issues using either the gh CLI or direct GitHub REST API calls with curl. - Triage & Bulk Operations: Apply labels, assign users, and run batch operations like closing all issues with a given label. - Ready-Made Templates: Includes bug report and feature request templates for consistent, well-structured issue creation. - Use Case: When asked to triage a repository backlog, list all issues labeled needs-triage, categorize each one, apply priority labels, assign owners, and post triage comments automatically. ## Quick Start Use the github-issues skill to list all open issues labeled bug in this repository and create a new issue for the login redirect problem.