·error-recovery
</>

error-recovery

始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。

55安装·1热度·@mgd34msu

安装

$npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill error-recovery

如何安装 error-recovery

通过命令行快速安装 error-recovery AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill error-recovery
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:mgd34msu/goodvibes-plugin。

SKILL.md

查看原文

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
分类
</>开发工具
认证
收录时间
2026-02-26
更新时间
2026-03-10

Browse more skills from mgd34msu/goodvibes-plugin

快速解答

什么是 error-recovery?

始终在开始任何任务之前加载。定义执行过程中出现问题时的系统恢复程序。涵盖工具故障、构建错误、测试失败、类型错误和意外的运行时结果。包括分层升级(重试、回退、内存通知诊断、协调器升级)和恢复后日志记录以防止复发。 来源:mgd34msu/goodvibes-plugin。

如何安装 error-recovery?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/mgd34msu/goodvibes-plugin --skill error-recovery 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/mgd34msu/goodvibes-plugin