·loop-diagnosis
</>

loop-diagnosis

使用 joelclaw CLI 診斷並修復停滯的代理循環。當循環出現卡住、故事沒有進展或事件鏈中斷時使用。觸發「循環停止」、「為什麼循環沒有進行」、「診斷循環」、「修復卡住的循環」、「循環不動」、「循環發生了什麼」、「故事卡在掛起」或任何調試循環基礎設施的請求。

20安裝·1熱度·@joelhooks

安裝

$npx skills add https://github.com/joelhooks/joelclaw --skill loop-diagnosis

如何安裝 loop-diagnosis

透過命令列快速安裝 loop-diagnosis AI 技能到你的開發環境

  1. 開啟終端機: 開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 執行安裝指令: 複製並執行以下指令:npx skills add https://github.com/joelhooks/joelclaw --skill loop-diagnosis
  3. 驗證安裝: 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

來源:joelhooks/joelclaw。

SKILL.md

查看原文

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
分類
</>開發工具
認證
收錄時間
2026-03-04
更新時間
2026-03-11

Browse more skills from joelhooks/joelclaw

快速解答

什麼是 loop-diagnosis?

使用 joelclaw CLI 診斷並修復停滯的代理循環。當循環出現卡住、故事沒有進展或事件鏈中斷時使用。觸發「循環停止」、「為什麼循環沒有進行」、「診斷循環」、「修復卡住的循環」、「循環不動」、「循環發生了什麼」、「故事卡在掛起」或任何調試循環基礎設施的請求。 來源:joelhooks/joelclaw。

如何安裝 loop-diagnosis?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/joelhooks/joelclaw --skill loop-diagnosis 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

這個 Skill 的原始碼在哪?

https://github.com/joelhooks/joelclaw