What problem does it solve?
Provides a concise, CLI-driven way to inspect and manage GitHub repositories, pull requests, issues, and workflow runs without navigating the web UI, speeding up triage and CI debugging.
Core Features & Use Cases
- Quick CI Inspection: Check pull request check status and view failing workflow steps to identify CI issues faster.
- Workflow and Run Management: List recent workflow runs and view logs for specific runs to diagnose broken pipelines.
- Advanced Queries: Use the GitHub API via CLI to fetch specific fields from PRs or issues for automation and reporting.
- Use Case: A developer verifying why a PR's CI failed can list runs, view the failing steps log, and fetch PR metadata for a comment or automation.
Quick Start
Use the gh CLI to check CI status for pull request 55 in owner/repo, specifying --repo owner/repo if not inside the repository.