About
Root Cause Tracing is a systematic debugging methodology designed to handle complex errors that manifest deep within an execution flow, such as invalid file paths or database errors. Instead of applying superficial fixes where a crash occurs, this skill guides developers through a methodical process of backtracking through call chains, adding strategic instrumentation, and identifying the precise source of invalid data. By emphasizing a defense-in-depth philosophy, it helps users implement multiple layers of validation to prevent regressions and eliminate environment pollution in large-scale applications.