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
Installs
37
GitHub Stars
76
First Seen
Jan 22, 2026
error-detective — htlin222/dotfiles