Skip to content
Development
Skill

/crash-analysis

Analyzing core dumps, stack traces, and unhandled exceptions

From plugin
pudo-code-system
534 skills1 agent
Install
$ npx -y skills add DongDuong2001/pudo-code-system --skill crash-analysis --agent claude-code

How it fires

How this skill gets triggered: by you, by Claude, or both.

  • Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
  • You can call itInvoke it directly when you want it.
  • Slash command/crash-analysis

Context preview

The summary Claude sees to decide when to auto-load this skill.

Analyzing core dumps, stack traces, and unhandled exceptions

SKILL.md

crash-analysis.SKILL.md
name: crash-analysis
description: Analyzing core dumps, stack traces, and unhandled exceptions

Crash Analysis Skill

This skill is designed for debugging fatal errors that result in process termination or generic 500 crashes.

When to use this skill

  • When facing segmentation faults, null pointer exceptions, or stack overflows.
  • When an application terminates abruptly without graceful error logs.
  • When analyzing core dumps or fatal crash reports.

Guidelines

  • **Start at the Source:** Always look at the top/bottom of the stack trace to find the exact line of application code that triggered the failure, ignoring framework-level abstractions if possible.
  • **Reproducibility:** Prioritize establishing a reliable reproduction path or writing a fast failing test.
  • **State Capture:** Identify what the data state was exactly at the moment of the crash (variables, inputs).
Ships withpudo-code-system

Modular, scalable, automated development intelligence.

Get the whole plugin
Stats
5
Stars
0
Forks
Maintained
Maintenance
JavaScript
Language
MIT
License
1mo ago
Last commit
4mo ago
Created

Repo: DongDuong2001/pudo-code-system

Other skills on pudo-code-system.