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
Agent 识别该技能的关键词,点击任意一个即可复制。
该技能未提供触发词。
下载的 .skill 包内含以下字段。
| 字段 | 说明 |
|---|---|
| format | 格式标识(skill/v1) |
| skill_id | 技能唯一 ID |
| name | 技能名称 |
| version | 版本号 |
| description | 技能描述 |
| category | 所属分类(数组) |
| trigger_words | 触发词列表 |
| tags | 标签列表 |
| source | 来源标识 |
| source_url | 来源链接(本页地址) |
| exported_at | 导出时间(每次下载生成) |
| system_prompt | 系统提示词正文 |
| model_config | 模型参数:provider / model / temperature / max_tokens / top_p |
| examples | 示例 |
| install_guide | 各平台导入说明(Coze / Dify / Claude / 自定义框架) |