# Log Error Analyzer

> Analyze log files to extract errors, warnings and generate summary

- Skill: `jadegate/log-error-analyzer` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add jadegate/log-error-analyzer`
- Raw SKILL.md: https://api.skillmd.com/api/skills/jadegate/log-error-analyzer/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: jadegate (https://skillmd.com/u/jadegate)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/jadegate/log-error-analyzer

---


# Log Error Analyzer

Analyze log files to extract errors, warnings and generate summary

## When to Use

- User wants to analyze logs
- User wants to log analysis
- Keywords: log, error, analysis, debug

## Required Parameters

- **log_path** (string): Path to log file

## Output

- **errors** (array): Extracted error lines
- **warnings** (array): Extracted warning lines
- **summary** (string): LLM summary of issues

## Security

- Sandbox level: strict
- Max execution time: 30000ms
- JadeGate verified: Yes (5-layer security check passed)

## Execution Flow

Entry: `read_log` -> 7 steps -> Exit: `ret_ok`, `ret_fail`

