Investigate

Systematic debugging with root cause investigation. Four phases: investigate, analyze, hypothesize, implement. Iron Law: no fixes without root cause. Use when asked to "debug this", "fix this bug", "why is this broken", "investigate this error", or "root cause analysis". Proactively invoke this skill (do NOT debug directly) when the user reports errors, 500 errors, stack traces, unexpected behavior, "it was working yesterday", or is troubleshooting why something stopped working. (gstack)

gcwing c7dbe9f 10.0 KB Updated

File contents

gcwing/openbitfun/tree/main/src/crates/assembly/core/builtin_skills/gstack-investigate commit c7dbe9f226

Frequently asked questions

npx skillmds@latest add gcwing/investigate