roborev:review-branch

Request code reviews for all commits on the current branch and present structured findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Request a code review for all commits on the current branch and present the results.

Core Features & Use Cases

  • Automated branch review orchestration to output a concise verdict and actionable findings.
  • Supports optional flags like --base and --type to tailor the scope of the review.
  • Presents results in a structured, navigable format for quick remediation.

Quick Start

Ask to review all commits on the current branch and show the results once finished.

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 a git branch?

To automate a code review for a git branch, you can use this Skill to request a review of all current branch commits, process them in the background, and present a structured verdict with grouped findings for quick remediation.

What is the best way to validate code changes before merging a branch?

The best way to validate changes before merging is to run an automated branch-wide code review that outputs a concise verdict and actionable findings, ensuring your branch-based workflow produces stable code.

Can I specify a base branch to scope a code review?

Yes, you can scope the code review by applying the optional base flag to define the target comparison branch, ensuring the review validates only the specific commits intended for that workflow.

Does this branch review automation support custom review types?

Yes, the branch review automation supports an optional type flag, allowing you to tailor the scope and focus of the code review to match your specific validation requirements.

How are code review findings presented after the background execution finishes?

After the background execution finishes, the code review findings are presented in a structured, navigable format with grouped actionable items, enabling you to quickly locate and remediate issues across the branch.