概要
The Trace skill provides a structured methodology for debugging complex errors that manifest deep within an application's execution flow. Instead of applying 'band-aid' fixes to symptoms, this skill guides you to trace data and execution backward through the call chain to identify the true source of failure. It includes patterns for manual instrumentation, stack trace analysis in test environments, and the implementation of multi-layered defense-in-depth strategies to prevent regressions.