Agent Skills
› AjayIrkal23/agentic-mercy-10x
› debugging-and-error-recovery
debugging-and-error-recovery
GitHub该技能是 debug-investigation 的别名,用于指导系统性的根本原因调试和错误恢复。当前内容已迁移至 debug-investigation 目录下的相关文件,用户应直接调用 debug-investigation 来获取完整的调试支持。
Trigger Scenarios
需要系统性排查代码或系统问题的场景
进行错误根因分析与恢复操作时
Install
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.
Version History
- 581d130 Current 2026-07-19 09:06


