roborev-design-review-branch

Run background design reviews across 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-design-review-branch-kenn-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev-design-review-branch
Source: https://github.com/kenn-io/roborev/tree/main/internal/skills/claude/roborev-design-review-branch
Command: npx skills add https://github.com/kenn-io/roborev --skill roborev-design-review-branch-kenn-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Design reviews across all commits on the current branch are time-consuming and error-prone, creating bottlenecks and risks from unreviewed changes.

Core Features & Use Cases

  • Automated branch-wide design reviews: initiates and tracks design feedback for all commits on the active branch.
  • Base and panel support: optional base branch specification and multi-reviewer panels for aggregated verdicts.
  • Background execution and results: runs reviews asynchronously and presents a structured verdict with navigable findings.
  • Robust input handling: validates inputs, builds the correct review command, and gracefully handles errors.

Quick Start

Invoke /roborev-design-review-branch to start a background design review on the current branch.

Frequently Asked Questions about roborev-design-review-branch

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

FAQPage Schema
How do I automate design reviews for all commits on a git branch?

Automated design reviews for a git branch are initiated by invoking the review command on the active branch. The tool validates inputs, builds the review command, and executes it asynchronously in the background to analyze all commits.

Can I specify a base branch and multiple reviewers for an automated branch code review?

Yes, automated branch code reviews support optional base branch specification and multi-reviewer panels. Specifying a base branch targets the diff accurately, while panel configurations aggregate feedback to present a unified verdict.

How do I get design review findings without blocking my terminal?

Design review findings are processed without blocking your terminal by running the analysis as a background task. The tool executes asynchronously and returns a navigable summary of the verdict and findings upon completion.

What is the best way to surface design review results for unreviewed git commits?

The best way to surface design review results is to run an automated branch-wide review. It tracks all commits on the active branch and presents a structured, navigable verdict detailing specific findings and potential design risks.

Why does my branch design review fail to start?

Branch design reviews may fail to start due to invalid inputs or incorrect base branch specifications. The tool validates all inputs before execution and gracefully handles errors to prevent incomplete review tasks.

Do I need a specific git workflow to run asynchronous code reviews?

An asynchronous code review requires a standard git workflow with an active branch containing commits. Optional base branch specifications can be provided to define the comparison scope for the automated design review process.