概要
Observability-First Debugging transforms the debugging process from a guess-and-check cycle into a structured scientific inquiry. By mandating the addition of instrumentation—such as targeted logging, state dumps, and execution tracing—before formulating hypotheses, this skill helps Claude identify the root cause of complex bugs with empirical evidence. It is particularly useful for resolving silent failures, opaque API interactions, or environmental inconsistencies where traditional error messages are insufficient to diagnose the problem.