From auto-mobile
Triages PR CI: inspects failing/pending checks, mergeability, reviews; reproduces failures locally; summarizes state, causes, and next steps.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilecheck-ci/# Check CI Use this for PR health checks and failure triage. - This is narrower than `pr-analysis`: prefer `check-ci` when the main question is why checks are failing or blocked. - This is read-only unless the user also asks to fix the problem. ## Workflow 1. Resolve the PR number from an argument or the current branch with `gh pr view --json number`. 2. Inspect checks with `gh pr checks <pr>` and save verbose output to `scratch/check-ci-<pr>.log` when needed. 3. If checks failed, fetch failed-job logs with `gh run view <run-id> --log-failed`. 4. Check mergeability and branch drift with...
/pr-ci-fixDiagnoses failing CI checks on a GitHub pull request via PR number, fetches logs, analyzes root causes, and implements code fixes.
/fix-ciFixes CI failures on a GitHub PR: identifies failed checks, views logs, checkouts branch, applies fixes, pushes changes, and verifies passing checks.
/check-github-ciChecks GitHub Actions CI status for the current PR using gh pr checks, reporting successful, failing, pending checks with names, elapsed times, and URLs until completion.
/check-github-ciChecks GitHub Actions CI status for the current pull request using gh pr checks, displays summary and detailed table with statuses, times, and URLs until completion.
/fix-ciDiagnoses CI failures in the current PR via GitHub checks and logs, then automatically applies code or config fixes until checks pass.
/check-github-ciChecks GitHub Actions CI status for the current PR using gh pr checks. Displays successes, failures, pending/skipped checks with names, elapsed times, and URLs. Tracks until all complete.
Share bugs, ideas, or general feedback.
Use this for PR health checks and failure triage.
pr-analysis: prefer check-ci when the main question is why checks are failing or blocked.gh pr view --json number.gh pr checks <pr> and save verbose output to scratch/check-ci-<pr>.log when needed.gh run view <run-id> --log-failed.gh pr view --json mergeable,mergeStateStatus plus local git fetch origin.bun run lint, bun run buildbun test or bun test <file>bash scripts/all_fast_validate_checks.sh(cd android && ./gradlew <task>)bash scripts/ios/swift-build.sh or bash scripts/ios/swift-test.sh