error-detective
Installation
SKILL.md
Error Detection
Find and analyze errors across logs and code.
When to use
- Investigating production errors
- Analyzing log patterns
- Finding error root causes
- Correlating errors across systems
Log analysis
Find errors
# Recent errors
grep -i "error\|exception\|fatal" /var/log/app.log | tail -100