What problem does it solve?
This Skill helps you quickly sift through large log files to identify errors, analyze patterns, and pinpoint the root cause of issues, saving you valuable debugging time.
Core Features & Use Cases
- Error Detection: Quickly find and categorize different types of errors (e.g., ERROR, CRITICAL, FATAL).
- Pattern Analysis: Group similar error messages and track specific requests or user IDs through logs.
- Performance Metrics: Analyze response times and error rates over time.
- JSON Log Parsing: Efficiently query and analyze structured JSON logs using
jq.
- Use Case: When your application is experiencing intermittent failures, use this Skill to analyze recent logs, identify recurring error patterns, and correlate them with specific timeframes or user requests to diagnose the problem.
Quick Start
Use the log-analyzer skill to find all lines containing 'ERROR' in the file '/var/log/app.log'.