dev-local-review

Automate local diff reviews with CodeRabbit until zero findings remain.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-local-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: dev-local-review
Source: https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317/tree/main/.claude/skills/dev-local-review
Command: npx skills add https://github.com/code-review-benchmark/coderabbit_prs2__forge-gpu__coderabbit__PR323__20260317 --skill dev-local-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run a local code review before pushing to catch issues early and avoid PR feedback loops.

Core Features & Use Cases

  • Uses the CodeRabbit coderabbit:code-reviewer agent to review diffs locally without external services.
  • Triages findings by severity and guides fixes before pushing, post-fix validation, and PR prep.
  • Supports an enforced re-run workflow until zero findings, with guidance for common developer scenarios.

Quick Start

Run the local review before pushing by issuing /dev-local-review (optionally with --base <branch>).

Frequently Asked Questions about dev-local-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a local code review on my git diff before pushing?

Run a local code review before pushing by invoking the /dev-local-review command, which uses the CodeRabbit code-reviewer agent to analyze your git diff locally and triage findings by severity.

What is a pre-push code review workflow and how does it work?

Pre-push code review analyzes your local git diff using the CodeRabbit agent to catch code quality issues early, triages findings by severity, and enforces a loop that re-runs reviews until zero findings remain before pushing.

Can I use CodeRabbit to review code locally without external services?

Yes, you can use the CodeRabbit code-reviewer agent to review local diffs without external services, automatically triaging findings by severity and guiding fixes before pushing to remote repositories.

How do I validate code fixes locally before creating a pull request?

Validate code fixes locally before creating a pull request by running /dev-local-review with an optional --base branch parameter, which enforces a re-run loop until the CodeRabbit agent reports zero remaining findings.

Do I need the CodeRabbit agent to run pre-push static analysis locally?

Yes, the CodeRabbit code-reviewer agent is a mandatory dependency for running pre-push static analysis locally, as it performs the diff review and severity triage that the enforced re-run loop relies upon.