Skip to main content

fix-root

End-to-end bug fix workflow, root cause first. Given a bug description, an error message, or a pasted stack trace, generates at least 3 distinct hypotheses for the cause before picking one (anchoring-bias gate), gathers evidence per hypothesis via the codebase graph (trace_path, search_graph, get_code_snippet, query_graph), maps every caller/consumer the fix would touch, writes a failing test first, applies the minimal fix at the root cause only, then re-verifies the change's actual impact and consequences with the same graph (detect_changes, trace_path, search_graph) — comparing what actually changed against what was planned, checking sibling occurrences of the same bug, confirming every caller still holds — before running the full suite and a separate self-critique pass. Use when the user asks to fix a bug, find or understand the root cause, corrige ce bug, debug this error, resolve this stack trace or exception, do a root cause analysis, or invokes "/fix-root". Not for refactoring without a bug present.

跳到安装

来源信息

仓库
thonymg/skills
最近来源活动
2026年7月20日 19:37
检测到的 SKILL.md 语言
英语
星标
1
分支
0

安装方式

默认使用会先检查来源的 Prompt;你也可以切换为直接命令,或下载本地副本。

检查来源文件

决定是否安装前,请先阅读 SKILL.md,以及 SkillsMP 当前展示的配套文件。