error-log-summarizer

Solid

Parses raw error logs and produces a concise, prioritized summary of unique issues with root cause hints.

AI & Automation 9 stars 1 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 85/100

Stars 20%
33
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Error Log Summarizer ## What this skill does This skill directs the agent to ingest raw error logs — from a server, application, CI pipeline, or any other source — and produce a structured, de-duplicated summary. It groups repeated errors, counts occurrences, identifies the most frequent and most severe issues, and provides a root cause hint for each unique error type. The output gives you a clear picture of what's actually wrong without needing to scroll through thousands of log lines. Use this when you have a dump of logs from a production incident, a CI failure, an error monitoring alert, or a server that's behaving oddly. ## How to use ### Claude Code / Cline Copy this file to `.agents/skills/error-log-summarizer/SKILL.md` in your project root. Then ask: - *"Use the Error Log Summarizer skill on these logs."* - *"Summarize this error output from our production server using the Error Log Summarizer skill."* Paste the raw logs directly into the message, or provide a file path if the logs are in the repo. ### Cursor Add the instructions below to your `.cursorrules` or paste them into the Cursor AI pane, then paste your raw logs. ### Codex Paste the logs directly in your message and ask Codex to follow the instructions below. ## The Prompt / Instructions for the Agent When asked to summarize error logs, follow these steps: ### Step 1 — Parse and classify each log entry Read through the entire log. For each line or entry, extract: - **Timestamp** (if present)...

Details

Author
Notysoty
Repository
Notysoty/openagentskills
Created
5 months ago
Last Updated
6 days ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category