What problem does it solve?
Troubleshooting production issues from raw log files requires manually scanning thousands of lines to find recurring errors and peak failure periods. This Skill automates that analysis by parsing log files, grouping similar errors into clusters, and producing frequency and time-distribution reports.
Core Features & Use Cases
- Error Clustering: Normalizes dynamic parts of messages (IPs, UUIDs, timestamps, numbers) to group similar errors and identify root causes, with first-seen and last-seen timestamps.
- Multi-Format Parsing: Supports JSON, syslog (RFC 3164), and Nginx access/error logs with automatic format detection.
- Time Distribution Reports: Shows error counts by hour and by date with terminal bar charts, plus optional JSON export for integration with monitoring systems.
- Use Case: After a service outage, run the analyzer on /var/log/nginx/error.log to instantly see the top error patterns, when they started, and which hours had the most failures.
Quick Start
Ask the assistant to analyze the uploaded log file with the log-error-digest skill to show the top error clusters and hourly error distribution.