What problem does it solve?
It streamlines GitHub issue triage by letting you create, update, and organize issues with the right type, labels, milestones, assignees, and relationships without manually navigating GitHub.
Core Features & Use Cases
- Issue discovery: Read details, list issues by filters, and search issues to find what already exists.
- Issue creation & updates: Create new issues and update existing ones (typically via GitHub REST/GraphQL using
gh api) including closing issues and adjusting metadata like labels, assignees, and milestones.
- Planning structure: Add supporting workflow metadata such as issue types, link issues, and manage blocked-by/blocking relationships; also use templates for consistent bodies.
- Use cases: File bug reports, request features, convert user requests into structured tasks, set priority/start dates (when supported), and keep related work connected with dependencies.
Quick Start
Create a GitHub bug issue for a reported crash by using the issue-creation flow and providing a clear title and a templated body based on the bug report format.