roborev:design-review-branch

Automate design review for all commits on the current branch.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

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

Core Features & Use Cases

  • Branch-wide review: Submits a design-focused review for every commit on the active branch and aggregates findings.
  • Asynchronous workflow: Runs in the background so you can continue coding while results are prepared.
  • Result presentation: Displays a clear verdict (Pass/Fail) with grouped findings and next-step suggestions.

Quick Start

Invoke /roborev:design-review-branch [--base <branch>] to submit a background design review for the current branch and monitor the results.

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 a code design review for all commits on a git branch?

You can automate a branch-wide design review by submitting a background task that evaluates every commit on the active branch, aggregates the findings, and returns a consolidated Pass or Fail verdict with actionable next steps.

What is a branch design review and when do I need one?

A branch design review evaluates the architectural and design choices across all commits on a development branch. You need one when you want a consolidated design verdict and grouped findings before merging your code changes.

How do I run a design review against a specific base branch?

You can specify a base branch by providing the base parameter when invoking the review command. The system validates this input, launches the background review against that reference, and presents the structured results.

Can I continue coding while a branch code review is running?

Yes, the design review workflow runs asynchronously in the background. It launches a background task using roborev so you can continue development while it prepares the verdicts and findings.

What results do I get after an automated design review completes?

After the review completes, you receive a structured report displaying a clear Pass or Fail verdict, grouped findings from the branch commits, and suggested next steps to address any design issues.

Does design review branch automation require any external dependencies?

No, the design review branch automation operates without external dependencies, using the built-in roborev background process to validate inputs, launch reviews, and present the final aggregated findings.