什么是 error-recovery?
始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。 来源:mgd34msu/goodvibes-plugin。
始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。
通过命令行快速安装 error-recovery AI 技能到你的开发环境
来源:mgd34msu/goodvibes-plugin。
When tasks fail, agents must follow a systematic recovery process that balances efficiency with thoroughness. This skill defines how to categorize errors, leverage institutional memory, apply multi-source recovery strategies, and know when to escalate.
After categorizing the error and checking failures.json, use a one-shot strategy where you consult ALL knowledge sources simultaneously (not sequentially) and apply the best solution:
Once logged, return to the original task. Don't wait for confirmation.
始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。 来源:mgd34msu/goodvibes-plugin。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill error-recovery始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。 来源:mgd34msu/goodvibes-plugin。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill error-recovery 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/mgd34msu/goodvibes-plugin