概要
Root Cause Tracing is a specialized debugging methodology designed for Claude Code that moves beyond superficial bug fixing. It provides a structured framework for investigating deep execution errors by tracing the call chain from the point of failure back to the original invalid data or logic trigger. By incorporating instrumentation patterns, stack trace analysis, and defense-in-depth validation, this skill ensures that developers fix the actual source of problems while preventing regression through deterministic testing strategies.