ln-514-test-log-analyzer

Solid

Analyzes application logs: classifies errors, checks log quality, maps stack traces to source. Use when logs need review after test runs or during development.

AI & Automation 479 stars 67 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 94/100

Stars 20%
89
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

> **Paths:** File paths (`shared/`, `references/`, `../ln-*`) are relative to skills repo root. If not found at CWD, locate this SKILL.md directory and go up one level for repo root. If `shared/` is missing, fetch files via WebFetch from `https://raw.githubusercontent.com/levnikolaevich/claude-code-skills/master/skills/{path}`. # Test Log Analyzer **Type:** L3 Worker **Category:** 5XX Quality Two-layer analysis of application logs. Node.js script handles collection and quantitative analysis; AI handles classification, quality assessment, and fix recommendations. ## Inputs No required inputs. Runs in current project directory, auto-detects log sources. Optional `args` — caller instructions (natural language): time window, expected errors, test context. Example: `"review logs for last 30min, auth 401 errors expected from negative tests"`. ## Purpose & Scope - Analyze application logs (after test runs, during development, or on demand) - Classify errors into 4 categories: Real Bug, Test Artifact, Expected Behavior, Operational Warning - Assess log quality: noisiness, completeness, level correctness, format, structured logging - Map stack traces to source files; provide fix recommendations - Report findings for quality verdict (only Real Bugs block) - **No status changes or task creation** — report only ## When to Use - Analyze application logs in any project (default: last 1h) - After test runs to classify errors and assess log quality - Can be invoked with context instr...

Details

Author
levnikolaevich
Repository
levnikolaevich/claude-code-skills
Created
7 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category