Check pull request CI status and results
gh-check-ci-statusskillsetup L2★381
majiayu000/claude-skill-registry ↗What it does
Check CI/CD status of a pull request including workflow runs and test results. Use when verifying if PR checks are passing or investigating CI failures.
Best for
Verifying PR CI status and investigating test failures before merging.
Inputs
- · # Check PR CI status gh pr checks <pr> # Watch CI in real-time gh pr checks <pr> --watch # Get detailed status gh pr view <pr> --json statusCheckRollup # View failed logs gh run view <run-id> --log
- · just pre-commit-all # Fix locally git add . && git commit --amend --no-edit git push --force-with-lease
- · mojo test tests/ # Run locally pytest tests/ # Python tests # Fix code and retest
Outputs
- · Validated data
- · Type-safe object
Requires
- · GitHub CLI (gh)
Preconditions
API credentials, valid request format
Failure modes
Invalid API key, malformed payload, rate limiting, schema mismatch
Trust signals
- · Testing guidance included