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.
- Run
roborev showto get the latest review - If no findings → report clean and stop
- For each finding (severity order: blocker → medium → low):
Related skills