By kenn-io
Automates code review, design review, and iterative fix workflows via roborev, with temporal-leakage detection across git commits.
Use only when the user explicitly invokes /roborev-design-review-branch
Use only when the user explicitly invokes /roborev-design-review
Use only when the user explicitly invokes /roborev-fix
Use only when the user explicitly invokes /roborev-lookahead-review-branch
Use only when the user explicitly invokes /roborev-lookahead-review
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
Documentation | Quick Start | Installation
Continuous code review for AI coding agents. roborev runs in the background, reviews every commit as agents write code, and surfaces issues in seconds -- before they compound. Pull code reviews into your agentic loop while context is fresh.
roborev init to install a post-commit hookroborev fix handle itroborev init # layer 1: per-commit reviews
roborev skills install
roborev agent-hook install # layer 2: mid-session fix loop (Codex/Claude)
roborev agent-hook install --agent droid # layer 2: mid-session fix loop (Factory Droid)
Before you ship, run the /roborev-refine skill: it re-reviews and fixes your
whole branch until every review passes, catching bugs before the PR.
New here? Run roborev quickstart and point your agent at it.
cd your-repo
roborev init # Install post-commit hook
git commit -m "..." # Reviews happen automatically
roborev tui # View reviews in interactive UI
If roborev is managed by a version manager, roborev init and
roborev agent-hook install try to install hooks with the stable shim/symlink.
You can also choose the exact binary path with
roborev init --binary ~/.local/share/mise/shims/roborev,
roborev agent-hook install --binary ~/.local/share/mise/shims/roborev, or
roborev agent-hook install --agent droid --binary ~/.local/share/mise/shims/roborev.
roborev fix feeds review findings to an agent that
applies fixes and commits. roborev refine iterates until reviews pass.roborev compact verifies findings against
current code, filters false positives, and consolidates related issues
into a single review.When reviews find issues, copy-and-paste the reviews into your
interactive agent sessions, or invoke /roborev-fix in Claude Code
or $roborev-fix in Codex. You can also address open reviews on the
command line non-interactively with roborev fix.
roborev fix shows the review findings to an agent, which applies
changes and commits. The new commit gets reviewed automatically,
closing the loop.
For Codex, Claude Code, and Factory Droid sessions, roborev agent-hook install
can add an optional harness hook that prompts the active session to invoke
$roborev-fix (or /roborev-fix for Droid) after configured turn, commit, or
failed-review thresholds are met.
The hook uses a separate local roborev-agent-hook daemon for session counters;
it does not run inside the main roborev daemon.
For fully automated iteration (advanced feature), use refine:
npx claudepluginhub kenn-io/roborev --plugin roborev使用多個專門代理進行自動化程式碼審查,配備基於置信度的評分系統以過濾誤報
Codex-powered code review gate. Creates a review checkpoint that triggers Codex CLI review when Claude exits.
Multi-lens code review pipeline: deep review (Claude or Codex), automated fix loop, interactive walkthrough, manual promote, external-finding injection.
AI-powered code review analysis — Run three-level AI analysis and implement-review-fix loops directly in your coding agent. Works standalone, no server required.
Comprehensive code review with parallel specialized agents covering security, architecture, performance, and more
AI-powered code review in Claude Code, powered by CodeRabbit