aicoolies logoaicoolies logo
roborev logo

roborev

Continuous local code-review loops for commits produced by AI coding agents

at a glance
verified specs
Pricing Model
freemium
License
Open Source
Telemetry
Concerns reported
Last Verified
Aug 26, 2026
Supported Platforms
Local Go CLI and daemon with Git post-commit hooks, terminal UI, JSON export, fix/refine loops, and optional Codex, Claude Code and Factory Droid session hooks.
Primary Categories
Code Review AI, AI Coding Assistants, Terminal & CLI Tools
Key Use Cases
Code Review, Agentic Development, Code Generation, Terminal Agents
Tags
Open Source, CLI, Git Integration, PR Review Automation, Workflow Automation

roborev is an MIT-licensed local review system that checks every commit in the background, stores findings in a review queue, and feeds actionable issues back into AI coding sessions. Git hooks, a TUI, branch and dirty-tree analysis, Codex and Claude agent hooks, plus iterative fix/refine commands turn review into a continuous agent workflow.

roborev is a local continuous-review system designed for repositories where AI coding agents produce commits faster than a conventional pull-request review cycle can respond. Running roborev init installs a post-commit hook; each commit is queued for background review while the developer or agent continues working. Findings remain available through an interactive terminal UI and command-line views instead of disappearing into transient chat context. The tool can review one commit, an entire branch or uncommitted changes, export review history as JSON, and group related findings so teams have an auditable trail for agent-generated code.

The distinctive workflow is the fix loop. roborev fix passes open findings to a configured coding agent, and roborev refine repeats fix, commit and re-review until the queue passes or a configured iteration limit is reached. Optional agent hooks watch Codex, Claude Code or Factory Droid sessions and prompt the active agent when review debt crosses a threshold. The official README also documents specialized analysis jobs, event hooks, issue-tracker integrations and configurable review categories such as correctness, security, tests, dead code and refactoring. Reviews are orchestrated on the user's machine, but the selected coding agent or model can still send code or prompts to its own provider.

Choose roborev when a team wants review feedback at commit time and wants agents to close findings while the implementation context is still fresh. It complements rather than replaces human approval, repository policy, tests, CI and security scanning; an automated reviewer can miss defects or produce false positives, and fully automatic refine loops need iteration limits plus clean rollback boundaries. CodeRabbit and Greptile are stronger fits for hosted pull-request review and organization-wide repository integrations, while Graphite focuses on stacked changes and review workflow. roborev is free under MIT; any cost comes from the coding-agent subscription, API usage and local compute used to perform reviews and fixes.

Pricing & Platform Specs

Pricing Summary

Roborev is free and open-source under the MIT license. It runs locally after git commits to provide automated AI code reviews and fixes with no licensing fees.

full pricing breakdown →

Supported Platforms

Local Go CLI and daemon with Git post-commit hooks, terminal UI, JSON export, fix/refine loops, and optional Codex, Claude Code and Factory Droid session hooks.

AI-powered code review

AI-powered code review tool that automatically analyzes pull requests and provides line-by-line feedback on code quality, bugs, security vulnerabilities, and best practices. Integrates with GitHub and GitLab as a bot that comments on PRs. Uses LLMs to understand code context and suggest improvements. Learns from your codebase patterns and team preferences. Supports all major programming languages. Reduces review cycle time while catching issues human reviewers might miss.

freemium

AI code review with full codebase context

Greptile is a Y Combinator-backed AI code review tool that indexes your entire codebase to build a semantic code graph of functions, classes, and dependencies. Unlike diff-only reviewers, it catches cross-file issues, architectural drift, and convention violations with an 82% bug catch rate. Supports GitHub, GitLab, Jira, Slack, and VS Code. Offers cloud and self-hosted VPC deployment with SOC2 Type II compliance. Used by 250+ companies including Stripe and Amazon.

freemium

AI developer productivity platform with stacked PRs

Graphite is an AI-powered developer productivity platform that combines stacked pull requests with intelligent code review. Its AI agent catches real bugs with an under 3% unhelpful comment rate and offers one-click fixes directly in the PR flow. The stacked PR workflow breaks large changes into smaller, sequenced diffs that merge independently, keeping developers unblocked. Includes a stack-aware merge queue, CLI tool, VS Code extension, unified PR inbox, and deep GitHub integration.

freemium

Sources & verification

Sources checked
Content verified

Verification dates are editorial checks. Routine CMS saves and automatic updatedAt timestamps do not advance them.

FAQ

What is roborev?

roborev is an MIT-licensed local review system that checks every commit in the background, stores findings in a review queue, and feeds actionable issues back into AI coding sessions. Git hooks, a TUI, branch and dirty-tree analysis, Codex and Claude agent hooks, plus iterative fix/refine commands turn review into a continuous agent workflow.

Is roborev free?

roborev offers a free tier alongside paid plans. Roborev is free and open-source under the MIT license. It runs locally after git commits to provide automated AI code reviews and fixes with no licensing fees.

Is roborev open source?

Yes — roborev is open source.

Is roborev still maintained?

Yes — roborev is active. Its listing was last verified on August 26, 2026.

What are the best roborev alternatives?

The first editor-selected roborev alternatives are CodeRabbit, Greptile, Graphite.