Download and debug crash dumps from CI test failures in dotnet repositories. Use when a CI test crashed (not just failed), when the user wants to debug a crash dump from a PR or build, or when asked "debug dump", "download dump", "crash dump from CI", "test crashed", "analyze crash in PR", or "why did the test crash". DO NOT USE FOR: test failures that are not crashes (use ci-analysis), build failures, performance analysis, or analyzing dumps you already have locally.
$npx -y skills add ancplua/ancplua-claude-plugins --skill ci-crash-dumpInstalls into the current project.
Run `npx skills use "https://github.com/ancplua/ancplua-claude-plugins" --skill "ancplua/ancplua-claude-plugins/ci-crash-dump"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/ancplua/ancplua-claude-plugins" that are relevant to the current task. Run `npx skills add "https://github.com/ancplua/ancplua-claude-plugins"` and select the relevant skills, then follow their instructions.