# ralph > Equips Claude with an autonomous feedback loop to self-correct and iterate until a task is fully resolved. - Author: NewRudy - Repository: NewRudy/Rudy_skills - Version: 20260130143244 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/NewRudy/Rudy_skills - Web: https://mule.run/skillshub/@@NewRudy/Rudy_skills~ralph:20260130143244 --- # Ralph (Autonomous Coding Loop) Equips Claude with an autonomous feedback loop to self-correct and iterate until a task is fully resolved. ## Usage - "Use Ralph to refactor this module until all tests pass." - "Implement this feature autonomously, fixing any errors that arise." - "Start a Ralph loop for this bug fix." ## Instructions 1. **Iterative Cycle**: Execute code -> Catch error -> Analyze root cause -> Fix code -> Repeat. 2. **Termination**: Only stop once the goal is achieved (e.g., tests pass) or a hard limit is reached. 3. **Transparency**: Report each iteration's progress and findings to the user.