ralph-loop

Parse iterative task requests and invoke the /ralph command with completion criteria.

1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Lucas23-IECI/PlantillaWeb --skill ralph-loop-lucas23-ieci
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ralph-loop
Source: https://github.com/Lucas23-IECI/PlantillaWeb/tree/main/.agent/skills/ralph-loop
Command: npx skills add https://github.com/Lucas23-IECI/PlantillaWeb --skill ralph-loop-lucas23-ieci

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Detects when users request iterative AI task loops and routes the request to the Ralph loop engine.

Core Features & Use Cases

  • Identifies explicit loop prompts and converts them into a Ralph command.
  • Supports common loop patterns like until completion or until no errors, leveraging conversation context.
  • Enables rapid iteration in development tasks such as testing, linting, and data processing until success criteria are met.

Quick Start

Describe the loop task you want repeated and the criterion for completion.

Frequently Asked Questions about ralph-loop

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

FAQPage Schema
How do I automate iterative AI task loops until a condition is met?

Automating iterative code refinement loops involves routing your request to a loop engine that repeatedly executes tasks like linting or testing until no errors remain. You simply describe the refinement task and specify the completion criteria in conversation context.

What is an iterative task loop for AI workflow automation?

You can trigger a loop by describing the task you want repeated and the criterion for completion in conversation. The engine identifies explicit loop prompts, such as running until no errors are detected, and leverages conversation context to extract parameters automatically.

Does the iterative loop engine support data processing and testing workflows?

Yes, the iterative loop engine supports development tasks including testing, linting, and data processing. It applies to conversations where you ask to keep trying until a condition is met, parsing diverse verbal loop cues to automate these workflows until success criteria are satisfied.

Do I need any dependencies or external tools to run iterative task loops?

The iterative loop engine handles diverse verbal loop cues without requiring rigid syntax. You can phrase requests naturally, such as asking it to keep trying until completion or until no errors are found, and the engine will extract the task and criteria from the conversation context.

When should I avoid using automated AI task loops for workflow iteration?

You should avoid automated AI task loops for tasks that lack a clear completion criterion or require human judgment between iterations. The engine relies on extracting a defined success condition, so open-ended tasks without specific stopping criteria are not suitable for this loop approach.