What problem does it solve?
Enables developers and engineers to automate and standardize GitHub operations so they no longer need to perform repetitive web UI tasks for issues, pull requests, CI triage, releases, and API queries.
Core Features & Use Cases
- Comprehensive gh CLI recipes: step-by-step commands and patterns for creating, listing, viewing, editing, and closing issues and pull requests, managing releases, forks, and gists.
- CI and workflow triage: find failed runs, view logs, rerun failed jobs, and watch workflows until completion to accelerate incident response.
- Structured output and API usage: guidance for using JSON output and server-side filtering to produce deterministic results and integrate into scripts.
- GraphQL and rate-limit handling: patterns for efficient GraphQL queries, cost inspection, pagination, and backoff strategies for production automation.
- Error handling and scopes: common HTTP error resolutions, OAuth scope troubleshooting, and recovery steps for auth and permission issues.
Quick Start
Use the github skill to create a bug issue in owner/repo with a clear title and descriptive body, apply the bug label, and assign the appropriate reviewers.