About
Root Cause Tracing provides a structured methodology for debugging complex issues that manifest deep within an application's execution path. Instead of patching symptoms, this skill guides Claude through a backward tracing process—utilizing call stack analysis, manual instrumentation, and test bisection—to pinpoint where invalid data or incorrect state first originated. By implementing defense-in-depth validation at multiple layers, it ensures that once a bug is fixed at its source, it remains impossible to reproduce.