What problem does it solve? Debugging production issues and unexpected behavior is often chaotic and time-consuming. This Skill provides a systematic four-step methodology to reproduce, isolate, diagnose, and fix software bugs instead of guessing at causes. ## Core Features & Use Cases - Structured Debugging Workflow: Guides you through Reproduce, Isolate, Diagnose, and Fix phases to find root causes rather than symptoms. - Debug Report Output: Produces a standardized report covering reproduction steps, root cause, fix, and prevention measures like regression tests. - Connector Integration: Pulls logs, metrics, recent deploys, and commits from monitoring, source control, and project tracker connectors when available. - Use Case: When a deploy breaks checkout in production but works in staging, paste the error message and recent changes to get a systematic diagnosis and a fix with regression test suggestions. ## Quick Start Describe your bug or paste an error message, for example: "Debug this error: TypeError: Cannot read properties of undefined in checkout.js after the latest deploy."