What problem does it solve?
This Skill automates the process of fetching, parsing, and analyzing application logs, enabling quick identification and diagnosis of production issues.
Core Features & Use Cases
- Log Fetching: Retrieve logs from a specified API endpoint with filtering options.
- Log Parsing: Handle various log formats including JSON and plain text.
- Analysis & Diagnostics: Identify error patterns, generate summaries, and suggest diagnostic steps.
- Use Case: When a production system is experiencing errors, use this Skill to fetch recent logs, analyze them for common error messages, and get a quick summary of the health status.
Quick Start
Use the log-analyzer skill to fetch the last 100 logs from 'http://localhost:8080/api/logs' and save them to 'recent_logs.json'.