From auto-mobile
Performs deep read-only PR review of intent, correctness, code quality, regression risk, tests, and feedback. Outputs severity-ordered findings, open questions, and summary.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobilepr-analysis/# 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`, review comments, conversation comments, and review verdicts. 3. Use `gh api graphql` only when you need unresolved review thread state. 4. Read full changed files from the PR branch and the base branch, not just diff hunks. 5. Find related callers, interfaces, and tests in...
/prp-reviewPerforms thorough PR code review: fetches metadata/diff, checks patterns, runs lint/tests/build, posts comments on PR, saves local report. Accepts PR number/URL and --approve/--request-changes flags.
/reviewReviews a GitHub pull request: parses PR number or URL, fetches metadata and diff with gh CLI, gathers user context, produces structured review document.
/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 GitHub PR by number for code quality, security, architecture, performance, best practices. Optional focus (full/security/etc.) and format (summary/detailed/etc.).
/review-prReviews GitHub Pull Request by number: fetches diff, audits changed files for style, logic, security, performance, architecture; posts comments, summary, and verdict.
/review-prRuns comprehensive PR review using specialized agents for code quality, tests, errors, types, comments, and simplification. Produces categorized issues summary with critical, important, suggestions, strengths, and action plan.
Share bugs, ideas, or general 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 references