Systematic Debugging Best Practices

Sub-skill of systematic-debugging: Best Practices.

vamseeachanta 4feecba 573 B Updated

File contents

Best Practices

Best Practices

Do

  1. Reproduce before investigating
  2. Document investigation steps
  3. Test one hypothesis at a time
  4. Write regression test for every bug fix
  5. Share findings with team
  6. Update documentation when environment-related

Don't

  1. Jump to conclusions
  2. Make multiple changes at once
  3. Fix symptoms instead of causes
  4. Skip the hypothesis step
  5. Merge fixes without tests
  6. Ignore intermittent failures

vamseeachanta/workspace-hub/tree/main/.agents/skills/_archive/development/systematic-debugging/best-practices commit 4feecbadf8

Frequently asked questions

npx skillmds@latest add vamseeachanta/systematic-debugging-best-practices