Analyzes Claude Code session errors to identify recurring patterns and provide automated troubleshooting insights.
The Error Pattern Analyzer is a comprehensive observability skill for Claude Code that transforms raw execution failures into actionable development intelligence. It captures detailed error telemetry—including tool inputs, messages, and timestamps—into structured logs to facilitate both real-time debugging and long-term pattern recognition. By automatically generating rules based on recurring failures, it helps developers identify systemic issues in their environment, such as database connection strings or configuration mismatches, significantly reducing the time spent on repetitive troubleshooting tasks.
Key Features
0169 GitHub stars
02Root cause analysis (RCA) workflow integration
03Batch analysis of historical error patterns
04Real-time session state debugging
05Automated error rule generation from recurring logs
06Structured JSONL error telemetry capture
Use Cases
01Diagnosing recurring PostgreSQL connection and schema errors
02Identifying failed tool executions during complex refactoring tasks
03Preventing future mistakes with automated warnings for risky commands