What problem does it solve?
This Skill helps you quickly find, filter, and interpret logs when an application is failing, slow, or behaving unexpectedly. It reduces the time spent scanning noisy log output by hand and turns raw log lines into actionable debugging clues.
Core Features & Use Cases
- Error and exception hunting: Search for failures, warnings, stack traces, and repeated error patterns across plain text logs.
- Structured log analysis: Parse JSON or other structured logs to filter by level, timestamp, request ID, or nested context fields.
- Cross-service correlation: Trace a single request or correlation ID across multiple services to reconstruct what happened during an incident.
- Operational monitoring: Summarize log volume, error frequency, and top recurring issues for debugging and incident response.
- Example: If production starts returning 500 errors, use this Skill to isolate the affected time window, identify the most common exception message, and follow the request ID through related services.
Quick Start
Ask the log-analyzer skill to inspect the attached log file, identify the most frequent errors, and summarize the likely root cause with any relevant request IDs or timestamps.