Execution Debugging

Scoped debugging methodology for when a test or build fails during execution/stabilization. Use to diagnose the failing check without scope-creeping — read the full error, reproduce in isolation, hypothesize before changing, localize, fix the root cause not the symptom, and guard with a regression test.

shipshitdev be9f72d 2 files · 2.2 KB Updated

File contents

shipshitdev/skills/tree/main/skills/execution-debugging commit be9f72d6e7

Frequently asked questions

npx skillmds add shipshitdev/execution-debugging