| name | log-pattern-triager |
| description | Cluster large log sets into likely issue groups, repeated signatures, and probable root-cause buckets. Use when logs are noisy and need fast pattern extraction. |
Log Pattern Triager
Overview
Cluster large log sets into likely issue groups, repeated signatures, and probable root-cause buckets.
Core Workflow
- Gather the full input corpus and normalize messy, repetitive, or partial artifacts into a usable working set.
- Cluster related items into themes, categories, or issue groups without flattening important differences.
- Extract the strongest signals, representative examples, and unresolved questions from each cluster.
- Produce a structured summary that is actionable for the next human or agent in the workflow.
Deliver
- A clear thematic summary or grouped output with representative evidence.
- The most important patterns, edge cases, and unknowns in the corpus.
- Actionable next steps, owners, or decisions when the task calls for them.
Guardrails
- Do not over-merge distinct issues just to simplify the summary.
- Preserve nuance when a cluster contains disagreement or uncertainty.
- Make the grouping logic legible enough that someone can audit it later.
- Prefer repository evidence, command output, and nearby tests over vague intuition.