关于
Root Cause Tracing is a specialized Claude Code skill designed to systematically identify the origin of bugs by following data flows and state changes backward. Instead of applying superficial 'band-aid' fixes to symptoms, this skill enforces a rigorous methodology—the Backward Trace Method—to find logic errors, broken invariants, and incorrect assumptions at their point of creation. It helps developers eliminate technical debt by ensuring that fixes address the underlying 'disease' rather than just the visible symptoms, resulting in more stable and maintainable codebases.