Diagsession Memory Analysis banner
Peace-Min Peace-Min

Diagsession Memory Analysis

Development community

Description

--- description: Analyze a VS diagsession or gcdump for managed memory leak candidates. argument-hint: "<diagsession-or-gcdump-path> [action/count/start-point context]" --- Use the `diagsession-memory-analysis` skill to analyze the following input: ```text $ARGUMENTS ``` Treat this command as a terse entry point: 1. Parse the arguments for `.diagsession` or `.gcdump` paths plus any repeated action, count, start point, or related file/class hints. 2. If no usable input path is present, ask fo

Installation

Installs to ~/.claude/skills/peace-min-peace-skillbank-diagsession-memory-analysis/SKILL.md

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

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

Full documentation available on GitHub

View Source Repository