roborev-review-branch

Automate code review for all commits on the current branch.

1.6k|143|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/kenn-io/roborev --skill roborev-review-branch-kenn-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev-review-branch
Source: https://github.com/kenn-io/roborev/tree/main/internal/skills/claude/roborev-review-branch
Command: npx skills add https://github.com/kenn-io/roborev --skill roborev-review-branch-kenn-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a comprehensive code review for the entire current branch, ensuring issues are found and surfaced early before merging.

Core Features & Use Cases

  • Validate an optional base branch, build and run the review in the background, and present a structured verdict with findings grouped by severity.
  • Supports --base, --type, and --panel options to tailor single-agent or multi-reviewer workflows.
  • When issues are found, offer a quick path to fix them with /roborev-fix <job_id>; reports can be navigated by file and line.

Quick Start

Ask me to run a branch code review and I will launch it in the background and present the results when it completes.

Frequently Asked Questions about roborev-review-branch

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

FAQPage Schema
How do I automate a code review for all commits on my current git branch?

To automate a branch code review, request the tool to launch a background task that validates your base branch and executes a comprehensive review, returning a structured verdict with findings grouped by severity for remediation.

What is a background code review and how does it present verification results?

A background code review builds and runs a verification task asynchronously, then presents a structured verdict upon completion. Results are grouped by severity and can be navigated by file and line, offering a quick fix option if issues are found.

Can I run a multi-reviewer code review workflow against a specific base branch?

Yes, you can tailor single-agent or multi-reviewer workflows by specifying options for the base branch and review type. The tool validates the optional base branch before building and running the background review command.

How do I fix issues found during an automated branch code review?

To fix issues found during a branch code review, the tool presents a quick path to remediation using a specific fix command with the job identifier. Reports are navigable by file and line to guide the fixes.

Does automated branch review work without specifying a base branch?

Yes, the base branch is optional for automated branch review. The tool validates any provided base branch input but can build and execute the background review command using default settings if none is specified.