stacktrace-log-triage

Diagnose Kotlin and Spring failures from stack traces and logs.

14|1|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/yalishevant/kotlin-backend-agent-skills --skill stacktrace-log-triage-yalishevant
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: stacktrace-log-triage
Source: https://github.com/yalishevant/kotlin-backend-agent-skills/tree/main/.agents/skills/stacktrace-log-triage
Command: npx skills add https://github.com/yalishevant/kotlin-backend-agent-skills --skill stacktrace-log-triage-yalishevant

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly transform noisy Kotlin + Spring stack traces and logs into a clear, prioritized diagnosis that separates symptoms from root causes, enabling faster remediation.

Core Features & Use Cases

  • Converts full stack traces and surrounding logs into a ranked root-cause hypothesis with actionable next steps.
  • Guides evidence gathering, causal chain analysis, and safe mitigations for startup failures, endpoint crashes, and multi-threaded issues.
  • Use case: during an outage, paste the trace and logs to get a structured diagnosis and concrete remediation plan.

Quick Start

Provide the full stack trace and related logs to begin triage and receive a prioritized root-cause plan.

Frequently Asked Questions about stacktrace-log-triage

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I diagnose Kotlin Spring startup failures from a stack trace?▼

Diagnosing Kotlin Spring startup failures involves analyzing the full stack trace and surrounding logs to separate symptoms from root causes, producing a prioritized diagnosis with actionable remediation steps.

What's the best way to find the root cause of noisy Kotlin Spring application logs?▼

Finding the root cause of noisy Kotlin Spring logs requires transforming the trace and log data into a ranked root-cause hypothesis, applying causal chain analysis to pinpoint the underlying failure and guide evidence gathering.

Can I trace correlation-id driven incidents across Kotlin and Spring applications?▼

Yes, you can trace correlation-id driven incidents across Kotlin and Spring applications by inputting the correlated logs and stack traces to generate a structured diagnosis and concrete remediation plan.

How does stack trace analysis handle multi-threaded Spring endpoint crashes?▼

Stack trace analysis handles multi-threaded Spring endpoint crashes by guiding causal chain analysis and evidence gathering to distinguish concurrent failure symptoms from the actual root cause.

Do I need to provide the full stack trace and logs for Kotlin Spring triage?▼

Yes, you need to provide the full stack trace and related logs to begin Kotlin Spring triage and receive a prioritized root-cause plan with safe recommended mitigations.