Log Analyzer

Parse application logs, surface error clusters, and summarize failure patterns

stbenjam Updated

File contents

Log Analyzer

Parse application log files, group recurring errors, and produce a summary of failure patterns.

When to Use This Skill

Use when the user asks to analyze logs, find recurring errors, or summarize failures from a log file.

Implementation Steps

Step 1: Run the Analyzer

Run the bundled analyzer against the log file:

python scripts/analyze.py --input app.log --format json

Step 2: Classify Failures

Match each error cluster against the known failure patterns documented in the pattern reference.

Step 3: Summarize

Report the top error clusters with counts, first/last occurrence timestamps, and the matched pattern name.

stbenjam/skillsaw/tree/main/tests/fixtures/agentskills/unreferenced-broken/log-analyzer commit 04833dfe20

Frequently asked questions

npx skillmds@latest add stbenjam/log-analyzer