什么是 loop-diagnosis?
使用 joelclaw CLI 诊断并修复停滞的代理循环。当循环出现卡住、故事没有进展或事件链中断时使用。触发“循环停止”、“为什么循环没有进行”、“诊断循环”、“修复卡住的循环”、“循环不动”、“循环发生了什么”、“故事卡在挂起”或任何调试循环基础设施的请求。 来源:joelhooks/joelclaw。
使用 joelclaw CLI 诊断并修复停滞的代理循环。当循环出现卡住、故事没有进展或事件链中断时使用。触发“循环停止”、“为什么循环没有进行”、“诊断循环”、“修复卡住的循环”、“循环不动”、“循环发生了什么”、“故事卡在挂起”或任何调试循环基础设施的请求。
通过命令行快速安装 loop-diagnosis AI 技能到你的开发环境
来源:joelhooks/joelclaw。
Diagnose and fix stalled agent coding loops. This skill covers the diagnostic CLI, common failure modes, and the observability patterns that prevent silent stalls.
| CHAINBROKEN | Judge sent story.passed but plan never received it. Event lost in transit. | Re-fires agent/loop.story.passed → plan picks next story | | ORPHANEDCLAIM | Story claimed by an event, but agent died and no Inngest run is active. | Clears claim + re-fires plan event |
| STUCKRUN | Inngest run marked RUNNING but agent process is dead. Run won't complete. | Clears claims + re-fires (manual run cancellation may be needed in Inngest dashboard) | | WORKERUNHEALTHY | Worker registering fewer functions than expected. Missing imports or crash loop. | Restarts system-bus-worker deployment in k8s |
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/joelhooks/joelclaw --skill loop-diagnosis使用 joelclaw CLI 诊断并修复停滞的代理循环。当循环出现卡住、故事没有进展或事件链中断时使用。触发“循环停止”、“为什么循环没有进行”、“诊断循环”、“修复卡住的循环”、“循环不动”、“循环发生了什么”、“故事卡在挂起”或任何调试循环基础设施的请求。 来源:joelhooks/joelclaw。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/joelhooks/joelclaw --skill loop-diagnosis 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/joelhooks/joelclaw