| name | jaeger-skills |
| description | Root catalog of Jaeger trace analysis skills. |
Jaeger Analysis Skills
Skills are organized using progressive disclosure.
Read a sub-skill's SKILL.md before applying it.
Available Skills
-
detect-n-plus-one — Detect N+1 query patterns where one
parent operation triggers many near-identical child spans. Use when traces show repeated
downstream calls or the user asks about chatty DB access.
-
error-root-cause — Walk a failed trace to the first
originating error span. Use when a request failed and the user wants to know where.