roborev-review

Request background code reviews for commits and present structured verdicts.

1.6k|143|Updated Jan 5, 2026
One-click install
npx skills add https://github.com/kenn-io/roborev --skill roborev-review-kenn-io
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: roborev-review
Source: https://github.com/kenn-io/roborev/tree/main/internal/skills/claude/roborev-review
Command: npx skills add https://github.com/kenn-io/roborev --skill roborev-review-kenn-io

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates requesting a code review for a commit and presenting the results, giving developers quick feedback on code changes.

Core Features & Use Cases

  • Automated review requests: Initiates a code review for a specific commit (or HEAD) and retrieves structured verdicts.
  • Background processing: Runs reviews in the background so you can continue working, then presents findings when complete.
  • Flexible scopes: Supports type filters like security or design and multi-panel reviews, with synthesized results for easy decision-making.
  • Actionable outcomes: Groups findings by severity and provides next steps, including the option to trigger fixes via a job ID.

Quick Start

Invoke /roborev-review with a commit reference and optional flags to start a background review and see results when it completes.

Frequently Asked Questions about roborev-review

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

FAQPage Schema
How do I automate code reviews for recent git commits?

Automating code reviews for recent commits involves executing bash commands to validate changes and construct a review command. This process runs in the background and presents synthesized results including a job ID for potential fixes.

Can I run a background code review and continue working?

Yes, you can run a background code review and continue working. The automated pipeline processes commit changes asynchronously, presenting structured verdicts and actionable findings grouped by severity when the task completes.

Does automated code review support filtering for security and design issues?

Automated code review supports flexible scopes with type filters for security and design issues. You can initiate multi-panel reviews with these filters to receive synthesized results focused on specific verification aspects across your versions.

How do I get actionable feedback from an automated code review pipeline?

To get actionable feedback from an automated code review pipeline, the system groups findings by severity and provides next steps. It includes a job ID within the presented results, allowing you to trigger necessary fixes for identified issues.

What are the limitations of running background tasks for commit verification?

Limitations of running background tasks for commit verification include relying on bash command execution to validate changes within automated review pipelines. The system requires a commit reference or HEAD to initiate, and synthesized results are available only once background processing completes.