·ralph-wiggum-loop
</>

ralph-wiggum-loop

Use when context window exhaustion is a concern or when addressing a large volume of PR comments — spawns a fresh agent session per comment via an external shell loop. For an in-session approach, use pr-review-loop or copilot-review-loop instead.

6Installs·0Trend·@xpepper

Installation

$npx skills add https://github.com/xpepper/pr-review-agent-skill --skill ralph-wiggum-loop

How to Install ralph-wiggum-loop

Quickly install ralph-wiggum-loop AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/xpepper/pr-review-agent-skill --skill ralph-wiggum-loop
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: xpepper/pr-review-agent-skill.

SKILL.md

View raw

The Ralph Wiggum pattern: an external shell loop that spawns a fresh agent session per PR comment. Each invocation reads a plan file, does exactly one unit of work (triage or fix), then exits. The shell loop handles repetition.

This avoids context window exhaustion and works with any agent.

This skill is not invoked via chat. Instead, you run a shell loop in your terminal — the loop pipes CODEREVIEWPLAN.md to a fresh agent session for each iteration:

Use when context window exhaustion is a concern or when addressing a large volume of PR comments — spawns a fresh agent session per comment via an external shell loop. For an in-session approach, use pr-review-loop or copilot-review-loop instead. Source: xpepper/pr-review-agent-skill.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/xpepper/pr-review-agent-skill --skill ralph-wiggum-loop
Category
</>Dev Tools
Verified
First Seen
2026-02-22
Updated
2026-03-11

Browse more skills from xpepper/pr-review-agent-skill

Quick answers

What is ralph-wiggum-loop?

Use when context window exhaustion is a concern or when addressing a large volume of PR comments — spawns a fresh agent session per comment via an external shell loop. For an in-session approach, use pr-review-loop or copilot-review-loop instead. Source: xpepper/pr-review-agent-skill.

How do I install ralph-wiggum-loop?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/xpepper/pr-review-agent-skill --skill ralph-wiggum-loop Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/xpepper/pr-review-agent-skill

Details

Category
</>Dev Tools
Source
skills.sh
First Seen
2026-02-22