Background Reviews
Every commit is reviewed automatically via git hooks. No workflow changes required.
curl -fsSL https://roborev.io/install.sh | bashThen from within your git repositories:
roborev init # Install post-commit hook# do some work, generate commitsroborev fix # Fixes unaddressed reviewsroborev tui # View reviews in interactive UIFor Windows, see the installation guide.
AI coding agents write code fast, but they make mistakes. Most review feedback comes too late. The agent has moved on and context is lost. roborev changes this:
roborev fixEvery commit gets reviewed. Issues surface in seconds, not hours.
Background Reviews
Every commit is reviewed automatically via git hooks. No workflow changes required.
Auto-Fix
roborev fix feeds review findings to an agent that applies fixes and commits.
roborev refine iterates until reviews pass.
Code Analysis
Built-in analysis types (duplication, complexity, refactoring, test fixtures, dead code) that agents can fix automatically.
Multi-Agent
Works with Codex, Claude Code, Gemini, Copilot, OpenCode, Cursor, Droid, and Kilo. Auto-detects installed agents.
Rich Markdown Display
Reviews render with full Markdown formatting: syntax-highlighted code blocks, headings, lists, and inline styles, right in your terminal.
Runs Locally
No hosted service or additional infrastructure. Reviews are orchestrated on your machine using the coding agents you already have configured.
Multi-Machine Sync
Bi-directionally sync reviews across machines via PostgreSQL.
~/.roborev/reviews.db with WAL mode~/.roborev/config.toml, per-repo at .roborev.tomlBi-directionally sync reviews across machines with a shared PostgreSQL database. Each daemon maintains its local SQLite for fast access while syncing changes to the central database.