roborev-devroborev-devOfficialยท7 Agent Skills Included

roborev

Continuous AI code review and auto-fix for every git commit

Reviews every git commit automatically in the background using AI coding agents like Claude Code, Codex, and Gemini. Surfaces bugs, security risks, and design issues in seconds, then fixes findings through an automated review-fix loop. Eliminates manual code review bottlenecks and catches problems before they reach a pull request.
npx skills add roborev-dev/roborev --all -g -y
Available:

Tells the AI agent how roborev's daemon, review queue, and fix workflows operate, and instructs it to treat pasted review findings as direct fix instructions rather than re-invoking skills.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How 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โ†’