roborev
Continuous AI code review and auto-fix for every git commit
All Skills in This Repository (7)
Pure Emerald Level Indicatorsroborev-design-review-branch
Run background design reviews across all commits on the current branch.
roborev-fix
Apply code patches to fix open review findings and close reviews.
roborev-review-branch
Automate code review for all commits on the current branch.
roborev-respond
Automate roborev review comments and closures via CLI commands.
roborev-refine
Automate iterative review-fix-test-commit cycles on a commit range.
roborev-design-review
Validate a commit reference and launch a background design review with grouped findings.
roborev-review
Request background code reviews for commits and present structured verdicts.
Frequently Asked Questions
FAQPage SchemaHow to install roborev?โผ
Run `npx skills add kenn-io/roborev --all -g -y` in your terminal to install all skills in this suite globally.
How does roborev automate code review?โผ
It installs a git post-commit hook so every commit triggers a background AI review automatically. Findings appear in a terminal UI or browser dashboard within seconds.
Can roborev fix the issues it finds?โผ
Yes. The roborev-fix skill applies fixes for open findings, and roborev-refine loops through fix and re-review cycles until every review passes.
Which AI agents work with roborev?โผ
It works with Claude Code, Codex, Gemini, Copilot, Cursor, Grok, and several other coding agents, using whichever agents you already have configured locally.
Does roborev require a hosted service?โผ
No. It runs entirely on your machine as a local daemon with SQLite storage, with optional PostgreSQL sync for multi-machine setups.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core