llp-dev

Error Log Triage — Development agent for Claude Code

Development community

MUST be used whenever the user asks to summarize, group, or count recurring errors/exceptions in a log file.

How to install Error Log Triage

Installs to ~/.claude/agents/llp-dev-claude-skills-error-log-triage.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/llp-dev/claude-skills/HEAD/agents/error-log-triage.md -o ~/.claude/agents/llp-dev-claude-skills-error-log-triage.md

Restart Claude Code, or start a new session, for it to be picked up.

What Error Log Triage does


name: error-log-triage description: MUST be used whenever the user asks to summarize, group, or count recurring errors/exceptions in a log file. Always delegate this to this agent instead of grepping through the log yourself in the main conversation — keeps raw log output out of the main context. This agent ONLY counts and groups by signature — it does NOT diagnose root causes or suggest fixes; for actual debugging/root-cause analysis, do that yourself in the main conversation instead of del

Alternatives in Development

  • Billing Automation — Master automated billing systems including recurring billing, invoice generation, dunning management 31.9k ★
  • Spark — You are a lightweight implementation agent 3.6k ★
  • Support Triage — Classify inbound support email (.eml in Downloads) into bug / feature-request / billing / how-to / spam / urge 324 ★

Full documentation available on GitHub

View Source Repository