home/categories/debugging/johnstrunk-advent-of-ai-2025-github-skills-superpowers-root-cause-tracing-skill-md
debuggingtools
root-cause-tracing
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
maintainer
JohnStrunk
Updated 1/19/2026
Stars
0
Forks
1
quick start
Installation and usage
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior
Installation
$ install --globalskills.sh
Usage
Once installed, you can use this skill by running the following command in your terminal:
skills use root-cause-tracing