.agent/skills/dotnet-windbg-debugging/SKILL.md
Debugs Windows apps via WinDbg MCP. Crash, hang, high-CPU, and memory triage from dumps or live attach.
npx skillsauth add rudironsoni/dotnet-harness-plugin dotnet-windbg-debuggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Windows user-mode debugging using WinDbg MCP tools. Applicable to any Windows application -- native, managed (.NET/CLR), or mixed-mode. Guides investigation of crash dumps, application hangs, high CPU, and memory pressure through structured command packs and report templates.
Platform: Windows only.
Use these mcp-windbg operations:
mcp_mcp-windbg_open_windbg_remote -- attach to a live debug servermcp_mcp-windbg_open_windbg_dump -- open a saved dump filemcp_mcp-windbg_run_windbg_cmd -- execute debugger commandsmcp_mcp-windbg_close_windbg_remote -- detach from live sessionmcp_mcp-windbg_close_windbg_dump -- close dump sessionreference/access-mcp.mdreference/live-attach.mdreference/dump-workflow.mdreference/scenario-command-packs.mdreference/sanity-check.mdreference/symbols.mdreference/common-patterns.mdreference/capture-playbooks.mdreference/report-template.mdCross-references: [skill:dotnet-profiling] for .NET SDK diagnostic tools, [skill:dotnet-gc-memory] for managed GC and memory tuning.
tools
Rulesync CLI tool documentation - unified AI rule file management for various AI coding tools
tools
Authors xUnit v3 tests -- Facts, Theories, fixtures, parallelism, IAsyncLifetime.
documentation
Writes XML doc comments. Tags, inheritdoc, GenerateDocumentationFile, warning suppression.
tools
Builds WPF on .NET 8+. Host builder, MVVM Toolkit, Fluent theme, performance, modern C# patterns.