Agent Skills
› AjayIrkal23/agentic-mercy-10x
› debugging-and-error-recovery
debugging-and-error-recovery
GitHub该技能是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


