roborev

Automate code review management via daemon and CLI in CI workflows.

2|1|Updated Jun 30, 2019
One-click install
npx skills add https://github.com/tgautier/dotfiles --skill roborev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev
Source: https://github.com/tgautier/dotfiles/tree/main/claude/skills/roborev
Command: npx skills add https://github.com/tgautier/dotfiles --skill roborev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Roborev helps teams automate code review workflows by running a daemon-based review system and exposing a CLI to inspect, fix, and iterate on findings, reducing manual overhead.

Core Features & Use Cases

  • Daemon-based post-commit review triggers and multi-agent analysis for code quality and security
  • Interactive and Auto modes to guide or automate fixes with robust guardrails
  • Per-project configuration to tailor review behavior and thresholds
  • Use Case: a PR triggers roborev during CI to surface findings and require automation or human confirmation before merging

Quick Start

Run roborev init in your repository to generate config, install hooks, and start the daemon.

Frequently Asked Questions about roborev

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code reviews in my CI workflow?

Automate code reviews by running a roborev daemon and CLI to trigger multi-agent analysis during CI, coordinating findings and automated fixes before merging. You can configure post-commit review triggers to surface code quality and security issues automatically.

What is multi-agent code review and how does it work with a daemon?

Multi-agent code review uses a daemon to coordinate agents like copilot, codex, and gemini for comprehensive analysis. The daemon runs in the background, applying per-project configuration to manage review behavior and thresholds across different AI models.

How do I set up automated pre-push checks for code quality?

Set up automated pre-push checks by running 'roborev init' in your repository. This generates configuration files, installs necessary hooks, and starts the daemon to enforce code quality and security standards before changes are pushed.

Can I use AI-assisted code review with my existing CI/CD pipelines?

Yes, AI-assisted code review integrates with existing CI/CD pipelines through pre-push checks and post-commit triggers. The daemon coordinates with your workflow, requiring a commit-ready process to apply automated fixes or human confirmation before merging.

What are the limitations of daemon-based code review management?

Daemon-based code review management requires a continuously running roborev daemon and multi-agent coordination. You need per-project configuration for tailored thresholds, and complex setups may require careful guardrail management in auto mode to prevent unintended fixes.