roborev

Installation
SKILL.md

Roborev — Automated Code Review

Roborev is a daemon-based automated code review tool. It runs post-commit hooks that trigger AI-powered reviews, and provides CLI commands to inspect, fix, and iterate on findings.

When to Use

  • After roborev flags issues — read findings, fix them, verify
  • When the PreToolUse hook blocks a push or merge due to unaddressed findings
  • For manual review commands (dirty review, branch review, specific commit)

Review Modes

Interactive mode (default)

Invoked with /roborev or /roborev interactive. Walks through each finding with the user.

  1. Run roborev show to get the latest review
  2. If no findings → report clean and stop
  3. For each finding (severity order: blocker → medium → low):
Related skills
Installs
1
GitHub Stars
2
First Seen
Mar 30, 2026