概要
Root Cause Tracing provides a systematic debugging methodology for Claude Code that shifts focus from fixing surface-level symptoms to eliminating original triggers. It guides developers through the process of observing deep execution errors, analyzing complex call stacks, and adding strategic instrumentation to reveal exactly how invalid data travels through a system. By combining backward tracing with defense-in-depth implementation patterns and automated bisection for test pollution, this skill ensures that complex bugs are thoroughly understood and architecturally prevented from recurring.