From auto-mobile
Triage PR CI checks: inspect failing/pending checks, mergeability, review feedback, reproduce failures locally, and summarize next steps.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:check-ciThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Use this for PR health checks and failure triage.
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.shnpx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilePolls GitHub PR CI checks at intervals until completion or timeout. Useful for checking CI status, waiting for passes, monitoring builds, or verifying PR green status.
Analyzes unresolved GitHub PR review comments via script and CI status via gh CLI to create specific, parallelizable fix plans. Useful post-PR feedback or CI failures.
Iterates on a PR until CI passes. Automatically fixes CI failures, addresses categorized review feedback, and pushes fixes until all checks are green.