log-analyzer
Installation
SKILL.md
Log Analyzer Skill
Overview
This skill helps you effectively analyze application logs to diagnose issues, track errors, and understand system behavior. Covers log searching, pattern detection, structured logging, and integration with monitoring tools.
Log Analysis Philosophy
Principles
- Structure over text: Structured logs are easier to analyze
- Context matters: Include relevant metadata
- Levels have meaning: Use appropriate severity levels
- Correlation is key: Link related events across services