Dmp Triage banner
Peace-Min Peace-Min

Dmp Triage

AI community

Description

--- description: Analyze a Windows process dump (.dmp) offline and produce an LLM-ready triage report. argument-hint: "<dmp-path> [hang/crash context, e.g. what the app was doing]" --- Use the `dmp-triage` skill to analyze the following input: ```text $ARGUMENTS ``` Treat this command as a terse entry point: 1. Parse the arguments for a `.dmp` path plus any context (what the app was doing, hang vs crash, source machine details). 2. If no usable dump path is present, ask for it. 3. Run the

Installation

Installs to ~/.claude/skills/peace-min-peace-skillbank-dmp-triage/SKILL.md

Terminal
mkdir -p ~/.claude/skills/peace-min-peace-skillbank-dmp-triage && curl -fsSL https://raw.githubusercontent.com/Peace-Min/peace-skillbank/HEAD/commands/dmp-triage.md -o ~/.claude/skills/peace-min-peace-skillbank-dmp-triage/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository