Error Detective is a specialized debugging skill designed to eliminate guesswork by applying the structured TRACE methodology (Trace, Read, Analyze, Check, Execute). It empowers developers to parse complex stack traces across multiple languages, recognize recurring error patterns, and perform deep root cause analysis to distinguish surface symptoms from underlying architectural issues. Whether you are troubleshooting production outages or investigating intermittent logic bugs, this skill provides a rigorous workflow for hypothesis testing, implementation of verified fixes, and the creation of regression tests to ensure long-term stability.
主要功能
01Systematic TRACE framework for structured debugging workflows
02Integration with automated debug helper scripts for session logging
03Hypothesis-driven investigation and verification techniques
04Automated error pattern recognition and root cause classification
05Multi-language stack trace parsing and semantic interpretation
060 GitHub stars