From auto-mobile
Triages PR CI failures with GitHub CLI: inspects checks and logs, reproduces locally using bun test/lint/build or platform scripts, checks mergeability and reviews, summarizes next steps.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Use this for PR health checks and failure triage.
Inspects GitHub PR checks using gh CLI, fetches failing GitHub Actions logs, summarizes root causes, proposes fix plans, and implements code changes after user approval. Ideal for debugging PR CI/CD failures.
Analyzes failing GitHub PR checks, reproduces issues locally with linters/tests, applies auto-fixes for linting/types/tests/build errors, commits/pushes fixes.
Polls 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.
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