Github
Interact with GitHub from the command line using the official `gh` CLI. Quickly inspect pull requests, check CI/workflow runs, and query GitHub’s API with JSON/JQ filtering for advanced reporting.
SafeDevelopmentsteipetev1.0.0
Use Cases
- Check CI status and required checks for a specific pull request
- List and inspect recent GitHub Actions workflow runs for a repository
- View workflow run logs and isolate failed steps for faster debugging
- Query pull request metadata via `gh api` and extract specific fields with `--jq`
- List issues/PRs with structured JSON output for scripting and reporting
githubghclipull-requestsissuesgithub-actions