Systematically identifies software bugs and root causes through structured log analysis, stack trace decomposition, and resolution patterns.
The Error Analysis skill empowers developers to transition from reactive bug fixing to systematic problem-solving by providing a structured framework for investigating production errors. It assists in interpreting complex stack traces, categorizing issues by severity, and performing deep-dive Root Cause Analysis (RCA) using hypothesis-driven investigation. By leveraging log correlation strategies and established fix patterns, this skill helps Claude identify exactly why a system failed and provides the documentation tools, such as post-mortem templates, to ensure long-term stability and prevent regression.
주요 기능
01Post-mortem template generation for formal incident reporting
02Log correlation and timeline reconstruction using request IDs
03Error categorization by origin, severity, and impact level
04Automated stack trace parsing and interpretation across various runtimes
05Hypothesis-driven Root Cause Analysis (RCA) framework
060 GitHub stars
사용 사례
01Debugging complex null pointer or connection-based failures in backend services
02Investigating intermittent production errors using log pattern identification
03Conducting detailed incident post-mortems to document lessons learned and action items