Debugging This skill provides comprehensive debugging capabilities for identifying and fixing errors, test failures, unexpected behavior, and production issues. It combines general debugging workflows with specialized error analysis, log parsing, and pattern recognition. When to Use This Skill - When encountering errors or exceptions in code - When tests are failing and you need to understand why - When investigating unexpected behavior or bugs - When analyzing stack traces and error messages - When debugging production issues - When fixing issues reported by users or QA - When analyzing erro…