What problem does it solve?
Manually creating, labeling, assigning, and triaging GitHub issues is time-consuming and inconsistent, especially for teams handling high volumes of bug reports and feature requests.
Core Features & Use Cases
- Full Issue Lifecycle Management: Create, view, edit, close, reopen, and comment on issues via GitHub CLI or REST API, with support for labels, assignees, and state changes.
- Bulk Triage Operations: Filter untriaged issues, apply priority labels, assign owners, and add triage notes in batches to speed up backlog processing.
- Use Case: A dev team receiving 50+ weekly bug reports can use this skill to automatically tag high-priority security issues, assign them to the correct maintainers, and close resolved tickets without manual API work.
Quick Start
Use the github-issues skill to list all open issues labeled "bug" in the current repository and assign the top 3 highest-priority ones to the on-call engineer.