Systematic Debugging

Systematic Debugging References

Detailed debugging strategies and common error patterns.

Quick Navigation

ReferencePurposeRead When
debugging-strategies.mdTechniques per technologyDebugging React, Node.js, TypeScript
common-mistakes.mdError patterns and root causesEncountering a specific error type

Reading Strategy

For Quick Debugging

  • Read main SKILL.md — follow the systematic process

For Technology-Specific Issues

For Common Errors


File Descriptions

debugging-strategies.md

Technology-specific debugging techniques

  • React component debugging (state, hooks, rendering)
  • Node.js debugging (async, streams, event loop)
  • TypeScript error interpretation
  • API debugging (network, auth, serialization)

common-mistakes.md

Frequently encountered error patterns and root causes

  • JavaScript/TypeScript common errors
  • React anti-patterns and fixes
  • Async/await pitfalls
  • Configuration mistakes

Cross-Reference Map