Agent Skills
› AjayIrkal23/agentic-mercy-10x
› debugging-and-error-recovery
debugging-and-error-recovery
GitHub该技能是 debug-investigation 的别名,用于指导系统性的根因调试和错误恢复。内容已迁移至 debug-investigation 相关参考文件,调用时请直接使用 debug-investigation。
触发场景
需要排查软件或系统故障原因
遇到错误需要恢复操作
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill debugging-and-error-recovery -g -y
SKILL.md
Frontmatter
{
"name": "debugging-and-error-recovery",
"schema": 1,
"alias_of": "debug-investigation",
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"approach",
"behavior",
"break",
"builds",
"cause",
"debugging",
"doesn",
"encounter",
"error",
"expectations",
"fail",
"finding",
"fixing",
"guessing",
"guides",
"match",
"need",
"rather",
"recovery",
"root",
"root-cause",
"systematic",
"tests",
"unexpected"
]
},
"provenance": "self",
"description": "Guides systematic root-cause debugging (alias of debug-investigation).",
"user-invocable": true
}
debugging-and-error-recovery
Alias of debug-investigation. The method content now lives at debug-investigation/references/error-recovery.md (supporting material, if any, at debug-investigation/references/debugging-and-error-recovery/). Invoke debug-investigation.
版本历史
- 581d130 当前 2026-07-19 09:06


