Agent skill · Code Review & Quality

ralph-wiggum-codex

Use when a coding task needs an objective-first long-running loop with fresh-context work and review phases, explicit acceptance criteria, resumable state, and real blocked handling.

majiayu000github.com/majiayu000GitHub ↗
codexclaude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill ralph-wiggum-codex --agent codex

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Path: skills/agent/ralph-wiggum-codex/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 For Codex Codex-native Ralph loop for long-running autonomous task completion. This skill is designed to be invoked as `$ralph-wiggum-codex`. The shell runner is support infrastructure for the skill, not the product story. ## When To Use Use this skill when: - The task is too large or uncertain for a single turn. - You want the agent centered on the user request and acceptance criteria, not just test output. - You want a mandatory work phase followed by a fresh-context review phase. - You need resumable state, explicit blocked handling, and long-run drift control. Do not use this skill when: - The request is a quick one-shot edit or explanation. - The user wants manual turn-by-turn control. - The task is mostly a prompt rewrite, not execution. Use `$ralph-prompt-generator` first in that case. ## Optional Prompt Generator When the request is underspecified, invoke `$ralph-prompt-generator` first to turn it into a Ralph-ready prompt file. Use the companion first when: - The objective is fuzzy. - Acceptance criteria are missing. - Source-of-truth artifacts are unclear. - You want review checkpoints before starting the long run. Companion handoff pattern: 1. Run `$ralph-

What's inside
Steps it walks through
  1. When To Use
  2. Optional Prompt Generator
  3. Skill-First Operating Contract
  4. Execution Command Template
  5. Core Loop Behavior
  6. Work and Review Contracts
  7. Core Files
  8. Stop Reasons
  9. Resume And Stop
  10. References
Ships with 1 file
  • metadata.json
Commands it runs
touch /path/to/repo/.codex/ralph-loop/STOP
More from claude-skill-registry
All skills →
About this skill
What does the ralph-wiggum-codex skill do?

Use when a coding task needs an objective-first long-running loop with fresh-context work and review phases, explicit acceptance criteria, resumable state, and real blocked handling.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill ralph-wiggum-codex --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