root-cause-tracing

Use when symptoms don't reveal the cause. Trace backward through call chains to find where problems originate. Follow: Observe symptom → Find immediate cause → Identify caller → Keep tracing → Locate trigger.

$ 설치

git clone https://github.com/liauw-media/CodeAssist /tmp/CodeAssist && cp -r /tmp/CodeAssist/skills/debugging/root-cause-tracing ~/.claude/skills/CodeAssist

// tip: Run this command in your terminal to install the skill