·root-cause-tracing
</>

root-cause-tracing

nickcrew/claude-ctx-plugin

当在执行过程中发生错误并且需要回溯以找到原始触发器时使用 - 通过调用堆栈系统地向后跟踪错误,在需要时添加检测,以识别无效数据或不正确行为的来源

16安装·1热度·@nickcrew

安装

$npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill root-cause-tracing

SKILL.md

Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom.

Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source.

Critical: Use console.error() in tests (not logger - may not show)

当在执行过程中发生错误并且需要回溯以找到原始触发器时使用 - 通过调用堆栈系统地向后跟踪错误,在需要时添加检测,以识别无效数据或不正确行为的来源 来源:nickcrew/claude-ctx-plugin。

查看原文

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill root-cause-tracing
分类
</>开发工具
认证
收录时间
2026-02-01
更新时间
2026-02-18

快速解答

什么是 root-cause-tracing?

当在执行过程中发生错误并且需要回溯以找到原始触发器时使用 - 通过调用堆栈系统地向后跟踪错误,在需要时添加检测,以识别无效数据或不正确行为的来源 来源:nickcrew/claude-ctx-plugin。

如何安装 root-cause-tracing?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/nickcrew/claude-ctx-plugin --skill root-cause-tracing 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用

这个 Skill 的源码在哪?

https://github.com/nickcrew/claude-ctx-plugin