What problem does it solve? Debugging production issues often means digging through thousands of log lines across multiple services and formats. This Skill provides ready-to-use commands and scripts for searching, filtering, correlating, and summarizing logs so you can find root causes faster. ## Core Features & Use Cases - Pattern Search & Filtering: Find errors, exceptions, and specific request IDs using grep, awk, and jq across plain text, JSON, and access logs. - Stack Trace Analysis: Extract and deduplicate Java, Python, and Node.js stack traces, grouping them by root cause. - Multi-Service Correlation: Merge and sort logs from multiple services and trace a single request ID across distributed systems. - Error Reports & Monitoring: Generate error frequency reports, watch logs in real time with tail, and set up structured JSON logging in Node.js, Python, and Go. - Use Case: A production API is returning 500 errors. Use this Skill to filter the last hour of logs, trace the failing request ID across three services, and produce a ranked report of unique error messages. ## Quick Start Analyze the attached app.log file and summarize the top error messages with their frequency and hourly distribution.