-
Verify gh auth status . If unauthenticated, ask user to run gh auth login .
-
Identify PR using gh pr view --json number,url or $ARGUMENTS .
-
Run inspection script: python "$SKILL_DIR/scripts/inspect_pr_checks.py" --repo "." --pr "$ARGUMENTS" --json .
-
Summarize GitHub Actions failures with log snippets and check names. Mark external providers (e.g., Buildkite) as out-of-scope.
-
Propose a concise fix plan and request explicit approval.
-
Implement approved fix, then re-run gh pr checks to verify.
References
See references/BACKGROUND.md for detailed workflow and manual fallbacks.