Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Log Summarizer

Summarize noisy logs into likely causes and next steps. Use when a junior developer needs help interpreting logs.

majiayu000 c778a38 2 files · 1.5 KB Updated 567 repo stars

File contents

Log Summarizer

Purpose

Summarize noisy logs into likely causes and next steps.

Inputs to request

  • Log snippet and time range.
  • Service or component name.
  • Recent deploys or config changes.

Workflow

  1. Group similar errors and identify the first failure.
  2. Translate error messages into likely causes.
  3. Suggest immediate checks or fixes.

Output

  • Top error groups with counts.
  • Likely root cause and next actions.

Quality bar

  • Focus on the earliest failing signal.
  • Separate symptoms from root causes.

majiayu000/claude-skill-registry-data/tree/main/data/log-summarizer commit c778a38759

Frequently asked questions

npx skillmds add majiayu000/log-summarizer