Agent skill · Code Review & Quality

ralph-wiggum-v2

Autonomous TDD development loop with parallel agent swarm, category evolution, and convergence detection. Use when running autonomous game development, quality improvement loops, or comprehensive codebase reviews.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-wiggum-v2-adaptationio-skrillz-3 --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Path: skills/agent/ralph-wiggum-v2-adaptationio-skrillz-3/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Ralph Wiggum v2 - Autonomous TDD Development Loop ## Quick Start ``` /ralph-wiggum-v2:ralph-loop --project "diablo-starcraft" --completion-promise "DIABLO_STARCRAFT_COMPLETE" ``` ## Overview Autonomous TDD development loop that uses parallel agent swarms to review code, discover issues, and fix them with test-first methodology until convergence criteria are met. ## Workflow ### Phase 1: Discovery & Initialization 1. **Locate or create state file**: `{project}/.ralph/state.json` 2. **Locate or create categories file**: `{project}/.ralph/categories.json` 3. **Bootstrap categories** from codebase structure if empty ### Phase 2: Parallel Agent Review Swarm Spawn 3-5 parallel agents with: - Random category (weighted toward lowest scores) - Random subcategory within that category - Random review style (never same as last 3 used) - Unique focus area (no overlap between agents) ### Phase 3: TDD Implementation Cycle For each finding: 1. Write failing test first 2. Implement minimal fix 3. Verify test passes 4. Update state ### Phase 4: Category Evolution After each iteration: 1. Merge new discoveries 2. Recalculate scores 3. Meta-review (every 5 iterations) ### Phase 5: Convergence Detect

What's inside
Steps it walks through
  1. Quick Start
  2. Overview
  3. Workflow
  4. Phase 1: Discovery & Initialization
  5. Phase 2: Parallel Agent Review Swarm
  6. Phase 3: TDD Implementation Cycle
  7. Phase 4: Category Evolution
  8. Phase 5: Convergence Detection
  9. State Schema
  10. Categories Schema
  11. Review Styles
  12. Code Quality
  13. Reliability
  14. Performance
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the ralph-wiggum-v2 skill do?

Autonomous TDD development loop with parallel agent swarm, category evolution, and convergence detection. Use when running autonomous game development, quality improvement loops, or comprehensive codebase reviews.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-wiggum-v2-adaptationio-skrillz-3 --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going