roborev:fix

Automate end-to-end remediation of unaddressed code review findings.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates end-to-end remediation of multiple unaddressed code review findings across a project, reducing manual effort and ensuring consistent fixes.

Core Features & Use Cases

  • Discover unaddressed reviews and list their findings.
  • Fetch full review details, group fixes by file, apply changes, run tests, and record comments and addresses.
  • Confirm and report results, with an option to commit changes.

Quick Start

Invoke the command /roborev:fix [job_id...] to automatically discover, fetch, and fix unaddressed review findings, then test and document the changes.

Frequently Asked Questions about roborev:fix

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

FAQPage Schema
How do I batch fix unaddressed code review findings across a project?

Batch fixing unaddressed code review findings is automated by discovering reviews, fetching details, grouping fixes by file, applying changes, testing, and documenting comments and addresses in one pass.

What is the process for automating end-to-end remediation of code review comments?

Automating end-to-end remediation involves a deterministic process that discovers unaddressed reviews, fetches findings, applies grouped fixes, runs tests, and records comments and addresses for consistent results.

How do I apply multiple code review fixes grouped by file automatically?

To apply code review fixes grouped by file automatically, the tool retrieves findings, groups them by file, applies the changes in a batch, and runs tests to verify the remediation.

Can I test and document code review fixes in a single automated pass?

Yes, you can test and document code review fixes in a single pass, as the workflow runs tests after applying grouped changes and records comments and addresses to confirm and report results.

What's the best way to handle accumulated code review findings that remain unaddressed?

Handling accumulated unaddressed code review findings is best achieved by batch discovery and deterministic remediation, which fetches findings, applies fixes, tests changes, and documents addresses.