What problem does it solve?
This Skill helps developers and operators quickly locate and explain errors, slow requests, and anomalous request patterns by analyzing structured wide-event logs produced by evlog, removing the need for manual line-by-line inspection.
Core Features & Use Cases
- Parse and auto-detect NDJSON or pretty-printed JSON log formats from .evlog/logs/ and app-level log directories.
- Filter and surface relevant events by error level, endpoint path, requestId, status, and duration, and summarize recurring failure patterns.
- Extract actionable fields such as error.message, error.data.why, error.data.fix, timestamps, and durations to provide remediation guidance and performance insights.
- Use case: investigate a recent 500 error, trace the requestId to a single wide-event, read the error.data.why and error.data.fix, and identify whether multiple requests show the same stack or root cause.
Quick Start
Analyze the most recent .evlog/logs/*.jsonl file for errors, slow requests, and provide a concise summary with suggested fixes.