Install
openclaw skills install @muthukumaran-k-1/ucts-investigateRoot cause debugging methodology. Systematic hypothesis-driven investigation with strict rules: no fixes without investigation, stop after 3 failed attempts. Works directly in OpenClaw — no Claude Code session needed.
openclaw skills install @muthukumaran-k-1/ucts-investigateSystematic root-cause debugging. This is a methodology skill — guide the user through the process.
No fixes without investigation. Never guess-and-check. Never "try this and see." Understand the cause FIRST, then fix.
Get the exact:
If you can't reproduce it, you can't fix it. Stop here until you can.
Form 3 hypotheses about the root cause, ranked by probability:
Each hypothesis must be falsifiable — you must be able to design a test that proves it wrong.
For the top hypothesis, trace the data flow:
Design a minimal test that confirms or refutes the top hypothesis:
After 3 failed fix attempts, STOP. Reassess from scratch:
If the investigation requires reading code, running tests, or making changes:
Load UCTS. Run /investigate <bug description>
If the user just needs to think through the problem, stay in chat.