关于
The Root Cause Tracing skill provides a systematic framework for debugging complex issues that manifest deep within an execution path. Instead of patching symptoms at the point of failure, it guides the developer through a structured process of observing symptoms, identifying the call chain, and instrumenting the stack with localized logging to find the original trigger point. It includes specialized techniques for identifying test pollution and implementing 'defense-in-depth' patterns to prevent regressions, ensuring that bugs are not just fixed, but made impossible to repeat through multi-layered validation.