Debugging Methodology

Apply debugging methodology whenever the user faces a software failure they cannot explain — a broken test, unexpected behavior, a regression, or an intermittent bug. Triggers on phrases like "why is this broken?", "how do I debug this?", "the test fails but I don't know why", "intermittent failure", "works on my machine", "this used to work", "regression". Use proactively when the user describes a symptom and jumps straight to a fix without isolating the root cause.

andurilcode fb95272 5.4 KB Updated

File contents

andurilcode/craftwork/tree/main/skills/debugging-methodology commit fb95272f85

Frequently asked questions

npx skillmds@latest add andurilcode/debugging-methodology