From git-toolbox
Check GitHub Actions CI status and provide root cause analysis with fix suggestions for any failures.
How this skill is triggered — by the user, by Claude, or both
Slash command
/git-toolbox:check-github-ciThis skill is limited to the following tools:
The summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. Run `gh pr checks` to retrieve the CI status of the current PR
gh pr checks to retrieve the CI status of the current PRgh run view <run-id> --log-failed to retrieve the error logs## CI Check Results
- Passed: N
- Failed: N
- Pending: N
- Skipped: N
### Failed Checks (only if applicable)
**Job name**: Error summary
- Cause: ...
- Suggested fix: ...
gh CLI is installed and authenticatednpx claudepluginhub b4tchkn/claude-code-plugins --plugin git-toolboxInspects GitHub PR checks, fetches failing Actions logs, summarizes failures, and implements fixes after user approval.
Diagnoses and fixes GitHub Actions CI failures in pull requests by fetching job logs, identifying root causes like build or test errors, and proposing targeted code changes.
Triage PR CI checks: inspect failing/pending checks, mergeability, review feedback, reproduce failures locally, and summarize next steps.