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
Automate design review for all commits on the current branch.
roborev:fix
Automate end-to-end remediation of unaddressed code review findings.
roborev:review-branch
Request code reviews for all commits on the current branch and present structured findings.
roborev:respond
Record a comment on a roborev code review and mark it as addressed.
roborev:design-review
Launch background design reviews for commits and present severity-grouped findings.
roborev:review
Review a specified commit and report structured findings by severity.
roborev:address
Fetch a roborev review by job_id and implement its fixes.
Frequently Asked Questions
FAQPage SchemaHow to install roborev?โผ
Run `npx skills add roborev-dev/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. You view findings in a terminal or browser UI and can auto-fix them with one command.
Which AI agents work with roborev?โผ
It works with Claude Code, Codex, Gemini, Copilot, Cursor, Grok, and several other coding agents. It uses whichever agents you already have configured locally.
Can roborev fix review findings automatically?โผ
Yes. The roborev-fix skill applies fixes for open findings, and roborev-refine loops through fix and re-review cycles until every review passes.
Does roborev need a hosted service?โผ
No. It runs entirely on your local machine as a background daemon, storing reviews in a local database with optional PostgreSQL sync across machines.
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