Log Parser Skill
Parses application log files to extract errors, warnings, and patterns.
Available Scripts
scripts/extract_errors.py— Scan a log file and extract all ERROR/WARN lines with timestamps into a structured summary
Usage
python3 scripts/extract_errors.py --input app.log --output errors.json
python3 scripts/extract_errors.py --input app.log --level ERROR