بنقرة واحدة
help
Explain Ralph Loop plugin and available commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Explain Ralph Loop plugin and available commands
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | help |
| description | Explain Ralph Loop plugin and available commands |
The Ralph Loop plugin provides auto-continuation for complex tasks in opencode.
/ralph-loop <task>Start an iterative development loop that automatically continues until the task is complete.
Example:
/ralph-loop Build a REST API with authentication
The AI will work on your task and automatically continue until completion.
/cancel-ralphCancel an active Ralph Loop before it completes.
Example:
/cancel-ralph
/ralph-loop creates a state file at .opencode/ralph-loop.local.md<promise>DONE</promise> was outputWhen the task is fully complete, the AI outputs:
<promise>DONE</promise>
This signals the loop to stop. The AI should ONLY output this when the task is truly complete.
Located at .opencode/ralph-loop.local.md (add to .gitignore):
---
active: true
iteration: 3
maxIterations: 100
sessionId: ses_abc123
---
Your original task prompt