What problem does it solve?
This Skill helps you diagnose complex bugs and unexpected behavior when quick troubleshooting has failed. It replaces guesswork with disciplined investigation, so you can identify the real root cause instead of applying speculative fixes.
Core Features & Use Cases
- Systematic Evidence Gathering: Collect exact errors, reproduction steps, and observed behavior before proposing any solution.
- Hypothesis Testing: Form multiple falsifiable explanations, then test each one against the code and runtime behavior.
- Root Cause Analysis: Trace execution paths, compare competing explanations, and isolate the failure mechanism with confidence.
- Verification Planning: Define how to confirm a fix, check adjacent functionality, and avoid regressions after implementation.
- Use Case: A production bug only appears after a restart and standard debugging has failed; this Skill guides a methodical, evidence-based investigation from observation to verified recommendation.
Quick Start
Use the debug-like-expert skill to investigate the failure, gather evidence, test competing hypotheses, and report the root cause without changing any code.