From auto-mobile
Performs deep read-only PR reviews assessing intent, code quality, regression risk, test gaps, and feedback status using GitHub CLI. Use for analysis broader than CI triage.
npx claudepluginhub kaeawc/auto-mobile --plugin auto-mobileThis skill uses the workspace's default tool permissions.
Perform a read-only PR review that covers intent, correctness, regression risk, tests, and existing feedback.
Reviews GitHub pull requests using gh CLI, analyzing diffs for code quality, security, testing, best practices, and providing structured feedback.
Reviews GitHub pull requests end-to-end using gh CLI: analyzes diffs, commits, CI/CD checks; provides blocking/suggestion/nit/praise feedback and submits review. Use for assigned PRs, self-reviews, or post-merge audits.
Reviews GitHub PRs: fetches diff via gh CLI, runs repo-specific checks, launches 3 parallel agents for correctness/conventions/efficiency, validates findings, drafts review.
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