Debugging

Systematic debugging methodology for finding and fixing bugs through root cause analysis. Use when the user encounters a bug, test failure, flaky behavior, production error, performance degradation, or integration failure. Covers the reproduce-investigate-hypothesize-fix-prevent workflow, evidence-based diagnosis, bug category strategies (logic errors, race conditions, memory leaks, integration failures), and post-mortem documentation.

krzysztofsurdy 4aed1cb 3 files · 25.9 KB Updated

File contents

krzysztofsurdy/code-virtuoso/tree/main/skills/knowledge/debugging commit 4aed1cbee2

Frequently asked questions

npx skillmds@latest add krzysztofsurdy/debugging