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에 표시된 보조 파일을 읽어 보세요.