What problem does it solve?
This Skill provides a reliable, CLI-driven way to inspect and operate on GitHub repositories, pull requests, issues, and CI workflow runs without relying on the web UI, saving time and reducing manual navigation.
Core Features & Use Cases
- PR and Issue Management: List, filter, create, comment on, and close pull requests and issues across a repository.
- CI and Workflow Inspection: View recent workflow runs, inspect logs for failed steps, and re-run jobs when needed.
- Structured API Queries: Use gh api and --json/--jq to extract structured repository, PR, and label data for automation or reporting.
- Use Case: Triage incoming PRs by listing open PRs, checking CI status and mergeability, and producing a concise summary for reviewers.
Quick Start
List open pull requests for owner/repo, check each PR's CI status, and summarize which PRs are mergeable.