debug-crash-dump Skill
Download and analyze crash dumps from CI failures using CDB/WinDbg. Use this skill when asked to debug crashes, analyze dump files, set up WinDbg/CDB, investigate fault injection failures, or start mcp-windbg. Published by microsoft in ebpf-for-windows.
What is debug-crash-dump Skill?
Download and analyze crash dumps from CI failures using CDB/WinDbg. Use this skill when asked to debug crashes, analyze dump files, set up WinDbg/CDB, investigate fault injection failures, or start mcp-windbg. Published by microsoft in ebpf-for-windows. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Documentation
- Testing use cases
- Documentation use cases
Technical details
- Install or run with Copy skill directory
When to use debug-crash-dump Skill
- Use it for testing.
- Use it for documentation.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/ebpf-for-windows
- Skill file: .github/skills/debug-crash-dump/SKILL.md
What it does
Download and analyze crash dumps from CI failures using CDB/WinDbg. Use this skill when asked to debug crashes, analyze dump files, set up WinDbg/CDB, investigate fault injection failures, or start mcp-windbg.
Skill instructions
Crash Dump Debugging Download and analyze crash dumps from CI workflow failures (especially faultinjectionfull). See docs/CrashDumpDebugging.md for the full human-readable guide. When to Use - User asks to debug a CI crash or test failure with a crash dump - User asks to download crash dump artifacts from a workflow run - User asks to set up CDB, WinDbg, or mcp-windbg - User asks to analyze a .dmp file - User asks about fault injection leak detection failures Agent Prerequisites 1. Windows Debugging Tools (CDB/WinDbg) — Install the Debugging Tools feature from the Windows SDK: powershell Download the SDK online installer Invoke-WebRequest -Uri "https://go.microsoft.com/fwlink/?linkid=2272610" -OutFile winsdksetup.exe Install only the debugging tools (elevated) Start-Process -FilePath .\winsdksetup.exe -ArgumentList "/features","OptionId.WindowsDesktopDebuggers","/quiet","/norestart" -Verb RunAs -Wait CDB installs to: C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\cdb.exe 2. mcp-w
Explore related resources
Frequently asked questions
What is debug-crash-dump?
debug-crash-dump is a open-source AI agent skill with Copy skill directory. Download and analyze crash dumps from CI failures using CDB/WinDbg. Use this skill when asked to debug crashes, analyze dump files, set up WinDbg/CDB, investigate fault injection failures, or start.
Who is debug-crash-dump best for?
debug-crash-dump is best for reusing agent instructions, scripts, and references, testing workflows, documentation workflows.
How do I install debug-crash-dump?
Install or run debug-crash-dump using Copy skill directory. Check debug-crash-dump for the latest setup command.
Is debug-crash-dump actively maintained?
debug-crash-dump may need a closer maintenance check before production use.
Auto-fetched from GitHub.