You have a local diff, branch, or PR branch and want a scope-controlled review/fix loop.
It directly documents local, branch, and commit review modes plus validation and rerun discipline.
Editorial confidence: highCompare review-only, checklist-driven, and feedback-handling workflows for a concrete diff or pull request.
The job
Includedlocal diff or pull-request review · correctness and code-quality findings · review feedback handling
Not this pageunscoped repository audit · automatic large refactor · full penetration test
30-second route
It directly documents local, branch, and commit review modes plus validation and rerun discipline.
Editorial confidence: highIt explicitly targets remote PRs, reads their context, and returns categorized findings with a clear conclusion.
Editorial confidence: highIts declared output is inline, exact-range review comments and it prohibits writes.
Editorial confidence: highThose scopes are excluded from this task.
Editorial confidence: highBefore you install
All three have explicit source-backed review workflows, but their setup assumptions differ.
Read the intervention guide →Source-led comparison
Facts are extracted from each selected Skill’s declared workflow. Signals describe public adoption; they are not a universal score.
Source notes
Why these candidatesEach candidate comes from tracked public sources and has a source-attributed adoption signal. This is a shortlist, not a catalogue or global ranking.
What this cannot establishWe read declared instructions and public signals. We do not run skills, benchmark outputs, audit security, or claim a universal best choice.
Use it forA structured closeout review of a local diff, branch, or PR branch, especially when review findings need validation and follow-up handling.
Avoid ifYou need review comments directly in an editor UI or a GitHub-specific submission workflow.
ActionInstall
EditsNone indicated.
SetupSet the documented AUTOREVIEW script path, then choose local, branch, or commit mode.
ContextHighest-ranked directly applicable finalist (SkillsMP Popular rank 12). It explicitly supports reviewing local and PR branches, includes correctness/security review, and treats findings as advisory until verified.
OutputValidated structured review findings; a clean result is successful helper exit with no accepted/actionable findings.
ControlScope-governed closeout gate: verify findings against code and dependencies, keep fixes in scope, retest and rerun review after accepted changes.
Invocation"$AUTOREVIEW" --mode branch --base origin/main
Install scopeProject-local, source checkout, or global paths are documented.
Agent fitStrong for agents working from a repository checkout and handling an iterative review/fix cycle.
Watch outThe review is advisory and may take substantial time for large bundles; it is not proof of user-visible behavior.
The skill is a structured code-review closeout check for local or PR branches.SKILL.md:8-19 · inspected 2026-07-20 · high confidence
Findings must be verified, kept in scope, and followed by focused tests and a rerun when accepted changes alter code.SKILL.md:22-30 · inspected 2026-07-20 · high confidence
It documents local, branch/PR, and commit targets.SKILL.md:147-190 · inspected 2026-07-20 · high confidence
Use it forA complete local or remote pull-request review that needs PR context, categorized feedback, and an approval/request-changes recommendation.
Avoid ifChecking out a remote PR or running a project preflight would be inappropriate for the review environment.
ActionInstall
EditsNone indicated.
SetupFor a remote PR, use GitHub CLI checkout, run the project's stated preflight, and read the PR description and existing comments.
ContextDirectly covers both remote PRs and local changes, with an explicit review checklist across correctness, maintainability, security, edge cases, and tests. Its SkillsMP Popular rank is 146.
OutputSummary, categorized findings (Critical, Improvements, optional Nitpicks), and an Approved or Request Changes conclusion.
ControlProfessional review workflow with explicit target selection, preparation, deep-analysis pillars, and cleanup confirmation for remote PRs.
InvocationReview PR #123
Install scopeNot yet mapped from the source.
Agent fitStrong for an agent that can use GitHub CLI and should give a formal, author-facing review report.
Watch outThe source assumes `npm run preflight` for remote PRs, so projects with different verification commands need adaptation.
It explicitly supports both local changes and remote pull requests.SKILL.md:3-11 · inspected 2026-07-20 · high confidence
The remote-PR workflow checks out the PR, runs preflight, and reads description and existing comments.SKILL.md:21-30 · inspected 2026-07-20 · high confidence
Its analysis pillars and feedback format cover the requested review dimensions and conclusion.SKILL.md:38-65 · inspected 2026-07-20 · high confidence
Use it forA review-only pass over the current session's changed files when inline, exact-range comments are the desired deliverable.
Avoid ifYou need a workflow for fetching a remote PR, executing checks, or implementing fixes after review.
ActionInstall
EditsNone indicated.
SetupRun from a session where changed files and an inline `addComment` capability are available.
ContextA directly applicable, constrained review-only substitute with the second-best public-recognition signal among the selected options (SkillsMP Popular rank 47). It is narrower than the other two because it targets the current session's changes.
OutputOnly inline comments attached to exact file URIs and line ranges.
ControlHigh-signal, non-mutating review: inspect changed files in repository context, comment only on concrete issues, then stop.
InvocationUse via the Changes toolbar's Run Code Review action.
Install scopeNot yet mapped from the source.
Agent fitBest for VS Code-style review sessions with an inline-comment tool.
Watch outIt is explicitly tied to current-session changes and requires the `addComment` tool; the source does not describe remote PR retrieval.
The skill reviews current-session changes and surfaces actionable issues as inline comments.SKILL.md:7-10 · inspected 2026-07-20 · high confidence
Its workflow determines changed files, reviews them in codebase context, and covers correctness, security, quality, tests, and documentation.SKILL.md:11-19 · inspected 2026-07-20 · high confidence
Comments are exact-range, high-signal, and the skill makes no file or Git writes.SKILL.md:20-25 · inspected 2026-07-20 · high confidence
Still comparing?