Ralph Review
Description
Orchestrating coding agents for code review, verification and fixing via the ralph loop.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Ralph Review
[](https://github.com/kenryu42/ralph-review/actions/workflows/ci.yml) [](https://codecov.io/github/kenryu42/ralph-review) [](https://github.com/kenryu42/ralph-review) [](https://opensource.org/licenses/MIT)
Orchestrating coding agents for code review, verification, and fixing via the Ralph loop.
Table of Contents
- How It Works
- Reviewer and Fixer Flow
- Workflows
- Prerequisites
- Installation
- Quick Start
- Commands
- Supported Coding Agents
- Configuration
- License
How It Works
Ralph Review now uses a batch-first workflow:
rr runperforms review only.- The reviewer runs in a disposable session worktree and reports structured findings.
- Findings are deduplicated across review iterations and persisted as a session artifact.
- If findings exist, you choose which ones to fix with
rr fix. - The fixer handles the selected findings in a separate batch remediation phase.
- Resolved fixes are handed back to your working tree, either automatically or as a pending handoff to apply manually.
This keeps review and remediation separate by default. The reviewer can focus on finding real issues, and the fixer treats those findings as input for a later, explicit remediation step.
Use `rr run --auto` when you want Ralph Review to run remediation immediately after review. Add `--priority P0,P1` to auto-fix only selected priority levels.
Reviewer and Fixer Flow
flowchart TD
A[Your re
Related Skills
Import Drawio
Redraw a draw.io file as an editorial diagram at a chosen format, size, and detail level
Code Quality Import Mermaid
Redraw Mermaid as an editorial diagram at a chosen format, size, and detail level
Code Quality Job Stories
- Create job stories with acceptance criteria in JTBD format
Code Quality Wwas
- Create backlog items in Why-What-Acceptance format
Code Quality Code Quality Review
Review code quality in: $ARGUMENTS
Code Quality Standards Skills
Engineering standards and compliance skills
Code Quality