When you're staring at a stack trace at 2 AM wondering why your code works locally but crashes in production, this skill walks you through systematic debugging instead of random console.log() hunting. It covers the scientific method for bug hunting, binary search techniques for isolating problems, and proper use of debuggers like Chrome DevTools, pdb, and Delve. The differential debugging approach is especially solid for those "works on my machine" situations where you methodically compare working vs broken environments. Less guesswork, more structured problem solving.
npx skills add https://github.com/wshobson/agents --skill debugging-strategies