Claude Tools / Plugins / roborev
Plugins · kenn-io/roborev
roborev
Agent skills for roborev code review, fix, refine, and response workflows.
CLEARED_STATICagent-agnosticv0.64.0
Pipeline results
Coverage
CLEARED_STATIC
Tests run
7 / 8
Portability
Agent-agnostic (works beyond Claude)
Type
Plugins
Tests & results
What the pipeline checked
What's inside
Components found
docs/agent-hook.md
agentmedium
docs/commands.md
commandlow
docs/configuration.md
componentlow
docs/development.md
componentlow
docs/index.md
componentlow
docs/installation.md
componentlow
docs/quickstart.md
componentlow
docs/advanced/acp.md
componentlow
docs/advanced/background-tasks.md
componentmedium
docs/advanced/custom-tasks.md
componentlow
docs/advanced/postgres-sync.md
componentlow
docs/advanced/streaming.md
componentlow
docs/advanced/subagent-review-panels.md
componentmedium
docs/agents/index.md
componentlow
docs/guides/agent-skills.md
agentmedium
docs/guides/assisted-refactoring.md
componentmedium
docs/guides/auto-fixing.md
componentmedium
docs/guides/hooks.md
componentmedium
docs/guides/repository-management.md
componentlow
docs/guides/responding-to-reviews.md
componentmedium
Coverage
Not assessed
- behavioural execution not run
README
From the repository
[](https://go.dev/) [](https://opensource.org/licenses/MIT) [](https://roborev.io) **[Documentation](https://roborev.io)** | **[Quick Start](https://roborev.io/quickstart/)** | **[Installation](https://roborev.io/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.  ## How It Works 1. Run `roborev init` to install a post-commit hook 2. Every commit triggers a background review -- agents write, roborev reads 3. View findings in the TUI, feed them to your agent, or let `roborev fix` handle it ### Automation, two layers  - **Post-commit reviews** - a git hook reviews every commit in the background (any agent). - **Agent hook** - watches …