什么是 hive-debugger?
Hive 代理的交互式调试伴侣 - 识别运行时问题并提出解决方案 来源:adenhq/hive。
Hive 代理的交互式调试伴侣 - 识别运行时问题并提出解决方案
通过命令行快速安装 hive-debugger AI 技能到你的开发环境
来源:adenhq/hive。
An interactive debugging companion that helps developers identify and fix runtime issues in Hive agents. The debugger analyzes runtime logs at three levels (L1/L2/L3), categorizes issues, and provides actionable fix recommendations.
This skill works alongside agents running in TUI mode and provides supervisor-level insights into execution behavior.
Some agents use terminalnodes=[] (the "forever-alive" pattern), meaning they loop indefinitely and never enter a "completed" execution state. For these agents:
Hive 代理的交互式调试伴侣 - 识别运行时问题并提出解决方案 来源:adenhq/hive。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/adenhq/hive --skill hive-debuggerHive 代理的交互式调试伴侣 - 识别运行时问题并提出解决方案 来源:adenhq/hive。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/adenhq/hive --skill hive-debugger 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/adenhq/hive