About
This skill empowers Claude to perform deep-dive debugging by following a rigorous backward-tracing methodology. Instead of applying 'band-aid' fixes at the point of failure, it guides the process of instrumenting code, analyzing stack traces, and identifying the exact source of invalid data or incorrect state. It is particularly effective for complex monorepos where errors often manifest deep within execution layers far from their originating calls, providing a structured approach to ensure bugs are eliminated at the source while adding defense-in-depth validation.