Agent Skills
› AjayIrkal23/agentic-mercy-10x
› diagnose
diagnose
GitHub该技能是 debug-investigation 的别名,用于处理复杂 Bug 和性能回归的系统化诊断循环。当前内容已迁移至 debug-investigation 模块,调用时请直接使用 debug-investigation。
触发场景
遇到难以定位的复杂 Bug
需要排查性能回归问题
安装
npx skills add AjayIrkal23/agentic-mercy-10x --skill diagnose -g -y
SKILL.md
Frontmatter
{
"name": "diagnose",
"schema": 1,
"intents": [
"DEBUG"
],
"alias_of": "debug-investigation",
"keywords": [
"diagnose",
"hard bug",
"performance regression",
"root cause",
"why is it slow",
"intermittent failure"
],
"surfaces": [
"general"
],
"triggers": {
"paths": [],
"intents": [],
"keywords": [
"broken\/throwing\/failing",
"bug",
"bugs",
"debug",
"describes",
"diagnose",
"diagnosis",
"disciplined",
"fix",
"hard",
"hypothesise",
"instrument",
"loop",
"minimise",
"performance",
"regression",
"regression-test",
"regressions",
"reports",
"reproduce",
"says",
"something",
"user"
]
},
"provenance": "self",
"description": "Disciplined diagnosis loop for hard bugs and performance regressions (alias of debug-investigation).",
"user-invocable": true
}
diagnose
Alias of debug-investigation. The method content now lives at debug-investigation/references/loop-method.md (supporting material, if any, at debug-investigation/references/diagnose/). Invoke debug-investigation.
版本历史
- 581d130 当前 2026-07-19 09:06


