roborev:fix

Aggregate unaddressed code review findings and apply fixes by file.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/evatt-harvey-salinger/dotfiles --skill roborev-fix-evatt-harvey-salinger
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: roborev:fix
Source: https://github.com/evatt-harvey-salinger/dotfiles/tree/main/claude/skills/roborev-fix
Command: npx skills add https://github.com/evatt-harvey-salinger/dotfiles --skill roborev-fix-evatt-harvey-salinger

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Fix unaddressed code review findings in one pass by consolidating across reviews and applying fixes efficiently.

Core Features & Use Cases

  • Discover unaddressed reviews and list their IDs with summaries.
  • Fetch full reviews and extract findings (severity, files, lines).
  • Group and apply fixes by file with priority order, then run tests and verify.
  • Record summaries, comments, and mark reviews as addressed; optionally prepare for commit.

Quick Start

Invoke /roborev:fix to automatically discover unaddressed reviews and apply fixes across all findings.

Frequently Asked Questions about roborev:fix

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

FAQPage Schema
How do I fix unaddressed code review findings across multiple reviews in one pass?▼

Automated triage aggregates unaddressed code review findings by file and severity, applies fixes in priority order, and runs tests before committing to resolve multiple reviews efficiently.

What is the best way to automate code review triage and remediation for software projects?▼

Automated code review triage discovers unaddressed reviews, extracts findings with severity and line numbers, groups them by file, and applies remediations sequentially to streamline multi-review workflows.

Can I select specific job IDs when automating code review fixes?▼

Yes, you can target specific job IDs for remediation or allow the system to automatically discover unaddressed reviews and aggregate their findings for batch processing.

How does automated remediation group code review fixes before applying them?▼

The remediation process groups extracted code review findings by file and severity, then applies fixes in priority order to ensure related issues in the same file are resolved together.

What happens after automated fixes are applied to unaddressed code reviews?▼

After applying fixes and running tests, the system records summaries, posts comments, marks the reviews as addressed, and optionally prepares the changes for a commit.