概要
Root Cause Tracing provides a structured methodology for Claude to diagnose and resolve bugs that manifest deep within complex execution chains. Instead of applying surface-level fixes to symptoms, this skill implements a rigorous process of backward tracing, instrumentation, and call stack analysis. It helps identify exactly where invalid data or incorrect states originate, enabling developers to implement defense-in-depth validation and permanent architectural fixes that prevent regression.