From auto-mobile
Performs a deep, read-only PR review covering intent, code quality, regression risk, test gaps, and feedback status. Uses gh and GraphQL for comprehensive analysis.
How this command is triggered — by the user, by Claude, or both
Slash command
/auto-mobile:SKILLpr-analysis/The summary Claude sees in its command listing — used to decide when to auto-load this command
# PR Analysis Perform a read-only PR review that covers intent, correctness, regression risk, tests, and existing feedback. ## Workflow 1. Resolve the PR with `gh pr view <pr> --json ...` and capture the head branch, base branch, title, and body. 2. Gather context with `gh pr diff`, `gh pr diff --stat`, `gh pr checks`, and all paginated review, inline, and conversation comments plus review verdicts. 3. Always collect GraphQL review-thread state: unresolved and outdated threads are not represented reliably by flat comment views. Reuse `github-pr-feedback` for the collection and t...
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, and all paginated
review, inline, and conversation comments plus review verdicts.github-pr-feedback for the collection
and the ledger.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-mobile/reviewPerforms a structured code review on a GitHub PR — fetches metadata, diff, and user context, then produces a multi-dimensional analysis report.
/review-prReviews GitHub PR via <PR_URL>: fetches details/diff/checks, evaluates code quality/design/testing/other criteria, presents findings table, posts approved verdict.
/devkit.github.review-prReviews a GitHub pull request for code quality, security, architecture, performance, and best practices. Supports focused reviews (security, performance, architecture, testing, style) and multiple output formats (summary, detailed, checklist, issues).
/review-prReviews a GitHub pull request across style, logic, security, performance, and architecture dimensions, then posts inline comments and a summary with quality score and verdict.
/reviewAnalyzes a GitHub pull request for code quality, security risks, test-coverage gaps, and blast radius, then presents a grade, top findings, and actionable suggestions.
/pr-reviewPerforms a comprehensive PR review with security scanning, test coverage analysis, and one-click fix suggestions. Delegates to an autonomous agent for detailed code review.