关于
The Root Cause Tracing skill provides a structured methodology for debugging errors that manifest deep within an execution stack, such as file path errors or data pollution. Rather than patching symptoms, it guides users through backward call chain analysis, instrumentation, and stack analysis to locate the original source of failure. By incorporating techniques like manual stack capture and bisection scripts, it ensures bugs are resolved at their source while adding validation layers to prevent future regressions.