소개
The Root Cause Tracing skill transforms the way developers approach debugging by focusing on original triggers rather than surface-level symptoms. It provides a structured framework for analyzing deep execution errors, such as invalid file paths or corrupted data, by moving step-by-step through the call chain. By guiding Claude to add instrumentation, use bisection scripts for test pollution, and implement defense-in-depth validation, this skill ensures that bugs are permanently resolved at their origin. It is particularly valuable for complex enterprise applications where errors often manifest far from the code responsible for the initial state failure.