roborev:design-review

Launch background design reviews for commits and present severity-grouped findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates obtaining a formal design-review verdict for a commit and presenting the results to stakeholders.

Core Features & Use Cases

  • Asynchronous review: Launches a design review in the background so you can continue working while results are prepared.
  • Verdict & findings: Returns a design-review verdict with findings, grouped by severity, including references to affected files.
  • Follow-up actions: Suggests addressing findings via the address workflow and supports review of a specific commit or HEAD.

Quick Start

Invoke /roborev:design-review [commit] to start a background design review and view the results when it completes.

Frequently Asked Questions about roborev:design-review

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

FAQPage Schema
How do I get an automated design review for a specific commit?

To obtain an automated design review for a specific commit, invoke the skill with your target commit hash. It launches a background process using roborev review to validate the commit and returns a formal verdict with severity-grouped findings.

Can I run an asynchronous code review while continuing to work?

Yes, you can run an asynchronous code review in the background. The skill launches the review process asynchronously, allowing you to continue working while results are prepared, and then surfaces the design-review verdict when complete.

How are design review findings presented after the background review completes?

Design review findings are presented grouped by severity, including references to affected files. The results include a formal design-review verdict and suggest follow-up actions to address any identified issues via the address workflow.

Do I need to specify a commit hash to validate repository changes?

No, you do not need to specify a commit hash to validate repository changes. The design review process applies to individual commits or defaults to HEAD in a repository if no specific commit is provided.

What follow-up actions are suggested after receiving a design review verdict?

After receiving a design review verdict, the suggested follow-up action is to address findings via the address workflow. This allows you to systematically resolve severity-grouped issues and references to affected files returned by the review.