Debugging Workflow

Find the cause of a defect by hypothesis and bisection rather than by guessing, then fix it behind a regression test. Use when the user reports a bug, a crash, a test that fails intermittently, a performance regression or a production incident, asks why code behaves unexpectedly, or when the task involves reproducing a failure, isolating a root cause, git bisect, flaky tests, or reading a stack trace.

personamanagmentlayer 71e945f 3 files · 23.4 KB Updated

File contents

personamanagmentlayer/pcl/tree/main/stdlib/workflows/debugging-workflow commit 71e945fc4f

Frequently asked questions

npx skillmds add personamanagmentlayer/debugging-workflow