What problem does it solve?
This skill eliminates recurring bugs and superficial fixes by guiding you to trace backward through complex systems, uncovering the original trigger of a problem rather than just its symptoms, ensuring permanent solutions and preventing future issues.
Core Features & Use Cases
- 5-Step Backward Tracing: Systematically guides you from an observed symptom back through the call chain to identify the true root cause, ensuring no stone is left unturned.
- Advanced Debugging Techniques: Includes patterns like "The Five Whys," "Timeline Analysis," and "Dependency Chain" to tackle complex, non-obvious bugs.
- Use Case: When a dashboard loads slowly, this skill will help you trace from the slow query, to a missing index, to an incomplete migration, and finally to a missing migration review process, leading to a systemic fix.
Quick Start
I'm seeing a user's balance show a negative value, but I can't find where it's happening. Use the root-cause-tracing skill to help me find the origin.