Root Cause Tracing
技能 已验证 活跃Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
To help developers efficiently diagnose and fix bugs by tracing their origin backward through the execution flow, rather than just addressing the symptoms where they appear.
功能
- Systematic backward call stack tracing
- Techniques for adding runtime instrumentation
- Guidance on finding test-case polluters
- Illustrative examples of root cause analysis
使用场景
- When errors occur deep in the execution stack.
- To pinpoint the origin of invalid data in complex call chains.
- To identify the specific test case causing unexpected behavior.
- When traditional debugging methods at the symptom point are insufficient.
非目标
- Fixing bugs solely at the point of manifestation (the symptom).
- Providing general debugging tools without a focus on backward tracing.
- Automated bug fixing without user-guided investigation.
Code Execution
- info:LoggingThe skill suggests using `console.error()` for debugging during tests, which provides some level of logging for diagnostic purposes.
安装
请先添加 Marketplace
/plugin marketplace add NeoLabHQ/context-engineering-kit/plugin install kaizen@context-engineering-kit质量评分
已验证类似扩展
Lean Ctx
100AI 代理的上下文运行时 — 包含 59 个 MCP 工具、10 种读取模式、95+ 种 shell 模式、支持 18 种语言的 tree-sitter AST。将 LLM 上下文压缩高达 99%。用于读取文件、运行 shell 命令、搜索代码或探索目录。如果不存在,则自动安装。
使用我的浏览器
100当工作依赖于用户实时浏览器会话或可见的渲染状态,而不是静态抓取时使用,尤其是在浏览器调试上下文或 DevTools 选择的元素或请求、登录仪表板或 CMS 流程、localhost 应用、上传、下载、媒体检查、DOM 或 iframe 检查、Shadow DOM,或看起来像软 404、身份验证墙、反机器人检查或速率限制的浏览器故障时。
Node Connect
100Diagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
Openclaw Debugging
100Debug OpenClaw model, provider, tool-surface, code-mode, streaming, and live/Crabbox behavior by choosing the right logs, probes, and proof path before changing code.
Ctx Doctor
100运行 context-mode 诊断。检查运行时、钩子、FTS5、 插件注册、npm 和 marketplace 版本。 触发器:/context-mode:ctx-doctor
Systematic Debugging
100Systematic debugging methodology emphasizing root cause analysis over quick fixes