بنقرة واحدة
jaeger-skills
Root catalog of Jaeger trace analysis skills.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Root catalog of Jaeger trace analysis skills.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Detect N+1 query patterns in a trace, where one parent operation triggers many near-identical child spans (often database calls). Use when a trace is slow and shows repeated downstream calls, or when the user asks about N+1, repeated queries, or chatty DB access.
Walk a failed trace to the first originating error span and distinguish root cause from cascading failures. Use when a trace has errors and the user asks why it failed, what caused the errors, or which service is the root cause.
| name | jaeger-skills |
| description | Root catalog of Jaeger trace analysis skills. |
Skills are organized using progressive disclosure. Read a sub-skill's SKILL.md before applying it.
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.