Walk through a hard bug systematically

Takes a bug report and runs a structured loop: reproduce it, strip it to the minimum case, form a hypothesis, add instrumentation, then fix and regression-test.

Best for: Engineers stuck on a flaky test, performance drop, or error they can't immediately pin down.

Engineering / debugging-investigationatomicfor-engineersexecutionlight-setup

Source

Creator's repository · mattpocock/skills

View on GitHub

License: MIT