소개
The Root Cause Tracing skill provides a structured methodology for Claude to diagnose complex bugs that manifest deep within an execution chain. Instead of applying superficial fixes at the point of failure, this skill guides the AI to navigate backward through call stacks, implement strategic instrumentation, and analyze data flow to find the 'Patient Zero' of an error. It is particularly effective for resolving issues involving environmental state, test pollution, and data corruption where the initial error source is far removed from the final crash or invalid output.