Loading...
Loading...
Monitor PR checks and fix failures until green. Uses gh pr checks as the source of truth for PR-attached checks.
npx skill4agent add cursor/plugins loop-on-cigh pr checksgh run listgh pr checks --watch --fail-fast# Resolve the active PR
gh pr view --json number,url,headRefName
# Inspect all attached checks
gh pr checks --json name,bucket,state,workflow,link
# Watch pending checks and fail fast
gh pr checks --watch --fail-fast
# GitHub Actions logs, when the failing check links to a GHA run
gh run view <run-id> --log-failed--no-verifygh pr checks --json name,bucket,state,workflow,link