incident-log-analyzer
Installation
SKILL.md
Incident Log Analyzer
Analyze logs to identify patterns, extract errors, and generate actionable insights for incident response.
Instructions
-
Discovery Phase
- Locate log files using Glob tool
- Identify log format (JSON, plain text, structured)
- Determine time range of incident
-
Analysis Phase
- Run scripts/parse_logs.py to extract structured data
- Use scripts/pattern_detector.py to find error patterns
- Identify:
- Error frequency and distribution
- Affected components/services
- Timeline of events
- Potential root causes