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

TestStateResult or reason
eligibilityranall eligibility checks passed
dedupranunique -- no near-duplicate found
clocranno code measured
secretsranno secret patterns matched
egressranno egress patterns matched
injectionranno patterns matched (confidence: STANDARD)
required-fieldsranrequired fields present: name, version, description
behaviouraldeferredbehavioural assessment deferred (v1): Python with non-stdlib imports (committed-only policy): [('docs/scripts/format_markdown.py', 'mdformat'), ('docs/scripts/format_markdown.py', '__future__')]

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

  
  


[![Go](https://img.shields.io/badge/Go-1.21+-00ADD8?logo=go&logoColor=white)](https://go.dev/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Docs](https://img.shields.io/badge/Docs-roborev.io-blue)](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.

![roborev TUI](https://roborev.io/assets/generated/tui-hero.svg)

## 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

![How roborev works](https://roborev.io/assets/static/how-it-works.svg)

- **Post-commit reviews** - a git hook reviews every commit in the background (any agent).
- **Agent hook** - watches 

← Back to Plugins