roborev-review

Run roborev code reviews on Git commits and uncommitted changes.

Updated Feb 5, 2026
One-click install
npx skills add https://github.com/machow/dev-skills --skill roborev-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev-review
Source: https://github.com/machow/dev-skills/tree/main/roborev-review
Command: npx skills add https://github.com/machow/dev-skills --skill roborev-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates AI-powered code review to accelerate feedback on code changes and reduce manual review burden.

Core Features & Use Cases

  • Automated Review: Analyze commits, branches, and uncommitted changes using roborev.
  • Targeted Review: Review specific commits or ranges, integrate into CI or local workflows.
  • Integration: Works in Bash environments and Git workflows for faster feedback.

Quick Start

Invoke /roborev-review with an argument (dirty, branch, or a specific commit) to run the AI-powered review and wait for results.

Frequently Asked Questions about roborev-review

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

FAQPage Schema
How do I automate AI code review for uncommitted Git changes?

Automate AI code review for uncommitted changes by running the review command with the dirty argument, which analyzes your working directory and reports findings. The tool executes in Bash, waits for completion, and returns a verdict with a summary of the results.

Can I review a specific Git commit using AI?

Yes, you can review a specific Git commit using AI by passing the commit hash as an argument. The tool parses the argument, executes the review command with wait enabled, and reports the verdict with summary and findings for that commit.

What is the best way to review a Git branch against main using AI?

Review a Git branch against main using AI by passing the branch argument to the review tool. It analyzes all commits on the current branch since main, waits for the AI review to complete, and reports the verdict with findings.

Does this AI code review tool work in Bash environments with Git workflows?

Yes, this AI code review tool works in Bash environments and integrates directly into Git workflows. It parses arguments, executes the correct review command, waits for completion, and reports the verdict with summary and findings.

What arguments can I pass to automate code review for different Git states?

You can pass dirty to review uncommitted changes, branch to review the current branch since main, or a specific commit hash to review that commit. The tool parses the argument and executes the correct review command with wait enabled.