ci-crash-dump

Installation
SKILL.md

CI Crash Dump Analysis

Dotnet repositories run tests on a distributed test infrastructure called Helix. When a test process crashes, Helix captures a dump file and publishes it as an artifact. This skill covers finding those artifacts, downloading them, and analyzing the dump.

When to Use

  • A CI test crashed (not just failed with assertion errors)
  • User wants to debug a dump from a PR or build

When Not to Use

  • Test failed but didn't crash (normal assertion failure) — use ci-analysis
  • User already has a dump file locally
  • Build failures (no test execution occurred)

Step 1: Identify the Crashed Work Item

Installs
1
GitHub Stars
11
First Seen
Jun 21, 2026
ci-crash-dump — dotnet/arcade-skills