What problem does it solve?
It streamlines common GitHub workflows—like checking PR/CI status, triaging issues, and summarizing runs—so you do not have to switch to the web UI for routine operations.
Core Features & Use Cases
- Pull request status & CI visibility: View PR details and workflow/run status, including failed-step logs, to quickly assess merge readiness.
- Issue management: List, create, comment on, and close issues with consistent CLI commands.
- GitHub API queries for structured data: Retrieve repository/PR/label data using
gh api with --jq filtering for automation-friendly outputs.
- Use Case: When a PR is opened, you can check its checks and review-relevant details (title, author, changed files, and run logs) and then decide whether to request changes or proceed with merge.
Quick Start
Use the GitHub skill to check whether pull request 55 for owner/repo has passing CI by running: gh pr checks 55 --repo owner/repo.