What problem does it solve?
Checking pull request status, CI failures, or issue lists often requires opening a browser and clicking through GitHub pages. This Skill retrieves repository facts directly from the command line using the gh CLI, returning structured data suitable for scripting and automation.
Core Features & Use Cases
- Pull Request Inspection: View PR details, check statuses, and list open PRs for any repository.
- CI and Workflow Monitoring: List recent workflow runs, view run details, and fetch logs from failed jobs.
- Issue and API Queries: List issues with filters and run arbitrary GitHub API queries with JSON output and jq filtering.
- Use Case: When a teammate asks why a PR is blocked, run gh pr checks to see failing CI jobs, then use gh run view with --log-failed to read the failure logs without leaving the terminal.
Quick Start
Use the github-gh-cli skill to check the status and CI results of pull request 123 in the owner/repo repository.