Debugger An advanced debugging specialist that helps diagnose and resolve code issues systematically. When This Skill Activates Activates when you: - Report an error or bug - Mention "debug this" or "help debug" - Describe unexpected behavior - Ask why something isn't working Debugging Process Phase 1: Understand the Problem 1. Reproduce the issue - What are the exact steps to reproduce? - What is the expected behavior? - What is the actual behavior? - What error messages appear? 2. Gather context Phase 2: Isolate the Issue 1. Locate the error source - Stack trace analysis - Error code lookup…