From auto-mobile
Performs a read-only PR review covering intent, code quality, regression risk, test gaps, and feedback status.
How this skill is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:pr-analysisThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Perform a read-only PR review that covers intent, correctness, regression risk, tests, and existing feedback.
Perform a read-only PR review that covers intent, correctness, regression risk, tests, and existing feedback.
gh pr view <pr> --json ... and capture the head branch, base branch, title, and body.gh pr diff, gh pr diff --stat, gh pr checks, review comments, conversation comments, and review verdicts.gh api graphql only when you need unresolved review thread state.gh for PR metadata and CI data.bun run lint, bun run build, bun testbash scripts/all_fast_validate_checks.shscratch/.file:line referencesnpx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileReviews GitHub pull requests end-to-end using the gh CLI. Covers diff analysis, commit history, CI checks, and severity-leveled feedback submission.
Reviews GitHub pull requests using gh CLI, analyzing diffs for code quality, security, and test coverage.