ワンクリックで
ralph-loop
Execute one Ralph development loop iteration. Reads fix_plan.md, implements the first unchecked task, verifies, and commits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Execute one Ralph development loop iteration. Reads fix_plan.md, implements the first unchecked task, verifies, and commits.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Manage shared project memory for cross-session knowledge persistence. 33 actions: save, search, federation, profiles, Hive, and more.
Manage shared project memory for cross-session knowledge persistence. 33 actions: save, search, federation, profiles, Hive, and more.
Review open epics and create a Helm session plan with Meridian review
Create a new epic using Saga's 8-part structure
Generate a standardized evidence comment for a PR
Build a structured Intent Specification for a task
| name | ralph-loop |
| description | Execute one Ralph development loop iteration. Reads fix_plan.md, implements the first unchecked task, verifies, and commits. |
| user-invocable | true |
| disable-model-invocation | false |
| allowed-tools | ["Read","Write","Edit","Glob","Grep","Bash","Agent"] |
| argument-hint | [task description override] |
!bash -c 'RALPH_DIR=".ralph"; total=$(grep -c "^\- \[" "$RALPH_DIR/fix_plan.md" 2>/dev/null || echo 0); done=$(grep -c "^\- \[x\]" "$RALPH_DIR/fix_plan.md" 2>/dev/null || echo 0); echo "Tasks: $done/$total complete, $((total - done)) remaining"'
.ralph/fix_plan.md — find the FIRST unchecked - [ ] item.
If $ARGUMENTS is provided, use that as the task override instead.- [ ] to - [x].At the end of your response, include:
---RALPH_STATUS--- STATUS: IN_PROGRESS | COMPLETE | BLOCKED TASKS_COMPLETED_THIS_LOOP: FILES_MODIFIED: TESTS_STATUS: PASSING | FAILING | NOT_RUN WORK_TYPE: IMPLEMENTATION | TESTING | DOCUMENTATION | REFACTORING EXIT_SIGNAL: false | true RECOMMENDATION: ---END_RALPH_STATUS---