What problem does it solve?
After the first code change, developers often face failing tests, low coverage, and lint/type-check issues that stall progress. This skill automates the Ralph Loop, orchestrating deterministic iterations until all quality gates pass or escalation is required.
Core Features & Use Cases
- Autonomous post-change iteration: runs tests, checks coverage, type-check, and lint until all gates are green or the maximum iterations are reached.
- Escalation for blockers: when progress stalls, it triggers escalation to a GPT Architect or team lead to unblock the workflow.
- Progress tracking and governance: maintains state across iterations, supports early escalation with the --early flag, and completes when tasks pass.
- Adaptable workflow: integrates with project pipelines and pilot documents; supports both standard and architecture-driven escalation paths.
Quick Start
After making your first code change, initiate the Ralph Loop to automatically iterate until all quality gates pass or escalate when blocked.