What problem does it solve? Debugging production and staging issues often involves scattered logs, unclear stack traces, and guesswork. This Skill provides a structured, end-to-end debugging workflow that moves from initial triage through hypothesis generation, instrumentation, root cause analysis, fix validation, and prevention. ## Core Features & Use Cases - Structured Triage & Hypothesis Ranking: Parses error messages, stack traces, and failure patterns to generate 3-5 ranked hypotheses with probability scores and falsification criteria. - Observability-Driven Analysis: Guides data collection from error trackers (Sentry, Rollbar), APM tools (DataDog, New Relic), distributed tracing (Jaeger, Honeycomb), and log aggregation platforms. - Production-Safe Debugging Techniques: Covers dynamic instrumentation, feature-flagged debug logging, sampling-based profiling, and canary deployments for safe investigation in live environments. - Use Case: Given an intermittent checkout timeout affecting 5% of users, the workflow correlates Sentry errors with DataDog traces, identifies an N+1 query pattern, proposes a batch-query fix, and defines validation and regression-test steps. ## Quick Start Ask the assistant to debug a specific issue by pasting the error message, stack trace, affected environment, and reproduction steps.