소개
Root Cause Tracing is a specialized debugging skill for Claude Code designed to prevent 'band-aid' fixes. Instead of patching symptoms where they appear, this skill guides Claude to navigate deep call stacks, implement strategic instrumentation, and isolate the exact moment invalid data or state was introduced. It includes methodologies for using stack traces, environment logging, and bisection scripts to solve complex issues like test pollution and configuration errors, ultimately resulting in more robust, defense-in-depth solutions.