review-plus-fix-relentlessly

Automate iterative code review and fix cycles using the Ralph loop pattern.

17|3|Updated Mar 1, 2026
One-click install
npx skills add https://github.com/ksleungac/pids-jre-simulator --skill review-plus-fix-relentlessly
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: review-plus-fix-relentlessly
Source: https://github.com/ksleungac/pids-jre-simulator/tree/main/.claude/skills/review-plus-fix-relentlessly
Command: npx skills add https://github.com/ksleungac/pids-jre-simulator --skill review-plus-fix-relentlessly

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a repeatable framework to systematically review dirty code and fix issues using the Ralph loop pattern, ensuring iterative improvements without manual ad-hoc fixes.

Core Features & Use Cases

  • Ralph loop workflow: Reviewer analyzes changes, MAIN AGENT applies fixes, and the loop repeats until no issues remain or a maximum cycle limit is reached.
  • Structured guidance: Clear steps for initialization, cycling, and final reporting, with guardrails for cycle counts and feedback extraction.
  • Use Case: A team receives a batch of refactors; this skill coordinates automated reviews and fixes to converge on a clean diff with documented feedback.

Quick Start

Initiate a Ralph loop review+fix cycle on the dirty changes and iterate until all issues are resolved.

Frequently Asked Questions about review-plus-fix-relentlessly

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

FAQPage Schema
How do I automate iterative code review and fixes for a batch of dirty git changes?▼

The Ralph loop workflow operates by having a reviewer agent analyze dirty git changes while the main agent applies fixes, repeating until no issues remain or a maximum cycle limit is reached. It enforces structured guidance for initialization, cycling, and final reporting.

Can I run this iterative code review cycle on Windows with PowerShell?▼

This skill enforces PowerShell-based tooling constraints on Windows hosts and provides structured guidance for cycle management, feedback extraction, and staging. It coordinates automated reviews and fixes to converge on a clean diff with documented feedback for refactored code batches.

What is the Ralph loop pattern for code review and how does it work?▼

By automating the Ralph loop pattern, the reviewer analyzes dirty code changes while the main agent applies fixes, repeating the cycle until no issues remain or a maximum cycle limit is reached. It ensures iterative improvements without manual ad-hoc fixes.

How do I stop an automated review and fix loop from running indefinitely?▼

The Ralph loop workflow includes guardrails for cycle counts, ensuring the reviewer and fixer cycle repeats until no issues remain or a maximum cycle limit is reached. This prevents infinite iteration and provides final reporting on the clean diff.