kenn-iokenn-ioOfficialยท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 and re-reviews until the branch passes. Eliminates manual review bottlenecks with a local daemon, terminal UI, browser dashboard, and CI integration.
npx skills add kenn-io/roborev --all -g -y
Available:

Tells the AI agent how to handle pasted review findings, when to avoid invoking the roborev-fix skill, and the commit and formatting rules to follow while working in this repository.

All Skills in This Repository (7)

Pure Emerald Level Indicators

Frequently Asked Questions

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