ralph-loop
Run, monitor, resume, merge, and debug Ralph loops. Use this skill whenever the user asks to operate `ralph run` or `ralph loops`, inspect loop state, recover suspended loops, analyze diagnostics, or unblock merge queue issues.
DeepseekModel
キュレーション済みスキル
品質 優秀 · 90
v1.0.0
取得
https://deepseekmodel.com/api/download.php?id=mikeyobrien-ralph-orchestrator-skills-ralph-loop-skill-md&format=skill
ダウンロード .skill
標準形式。system_prompt と model_config を収録し、任意の Agent で利用可能
.skill ファイルの system_prompt フィールドの実際の内容。
name ralph-loop description Run, monitor, resume, merge, and debug Ralph loops. Use this skill whenever the user asks to operate `ralph run` or `ralph loops`, inspect loop state, recover suspended loops, analyze diagnostics, or unblock merge queue issues. Ralph Loop Use this skill to operate Ralph loops from the outside. Use This Skill For Starting or continuing a Ralph run with the right -c and -H inputs Inspecting loop state, worktrees, logs, history, and diffs Resuming a hook-suspended loop Merging or discarding completed worktree loops Debugging unexpected loop behavior with current diagnostics files Workflow Start with ralph loops list or ralph loops list --json to establish the current state. If the user wants execution, run ralph run ... with the right core config and hats source. If the loop is stuck or suspicious, inspect logs , history , and diff before changing state. If the loop is suspended, read .ralph/suspend-state.json and use ralph loops resume <id> . If a loop is queued or in needs-review , inspect the diff first, then use merge , process , retry , or discard as appropriate. Use diagnostics when you need detailed evidence about hats, events, tool calls, parse errors, or performance. Guardrails Prefer the CLI over direct edits to .ralph state files. Treat tasks and memories as the canonical runtime systems; do not center scratchpad as the primary state model. Inspect diffs before merging. Only remove lock or queue artifacts when the underlying process is confirmed dead. Manual edits under .ralph/ are last-resort recovery steps and should be called out explicitly when used. Read These References When Needed For command recipes and operator flows: references/commands.md For diagnostics files and suspend-state details: references/diagnostics.md
このスキルを起動するキーワード。クリックでコピーできます。
このスキルにはトリガーワードがありません。
ダウンロードした .skill に含まれるフィールド。
| フィールド | 説明 |
|---|---|
| format | フォーマット識別子(skill/v1) |
| skill_id | スキル固有 ID |
| name | スキル名 |
| version | バージョン |
| description | 説明 |
| category | カテゴリ(配列) |
| trigger_words | トリガーワード |
| tags | タグ |
| source | ソース |
| source_url | ソース URL(本ページ) |
| exported_at | エクスポート日時(ダウンロード毎) |
| system_prompt | システムプロンプト本文 |
| model_config | モデル設定:provider / model / temperature / max_tokens / top_p |
| examples | サンプル |
| install_guide | 各プラットフォームの導入説明(Coze / Dify / Claude / カスタム) |