crash reports skills

31 tagged crash reports, measured the same way as everything else here.

Browse within: crash-reporting 27csp-report 27error-monitoring 27monitoring 27

cell-architecture

01

getsentry/sentry

Skill Claude CodeCodex

Reference and active migration guide for Sentry's cell architecture. Explains what cells and localities are and why they're different, how requests reach cells via Synapse API routing, ingestion routing, and the control silo gateway, and how to safely query cross-cell data without silently missing results. The…

45k yesterday A 162 tokens

cmdk-actions

02

getsentry/sentry

Skill Claude CodeCodex

Guide for adding new actions to Sentry's Command+K palette. Use when implementing new cmdk actions, registering page-level or global actions, building async resource pickers, or adding contextual actions to a view.

45k yesterday A 47 tokens

getsentry/sentry

Skill Claude CodeCodex

Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality.

45k yesterday A 33 tokens

analyze-dump

04

svnscha/mcp-windbg

Skill Claude CodeCodex

Triage a Windows crash dump - identify the exception, the faulting frame, and what to look at next. Use when the user points at a .dmp file or asks why a Windows process crashed.

1.6k 4d ago A 47 tokens original MIT

debug-remote

05

svnscha/mcp-windbg

Skill Claude CodeCodex

Attach to a running Windows process through a WinDbg debug server and inspect it live. Use when the user wants to debug a process on another machine, or one already under a .server session, rather than a crash dump.

1.6k 4d ago A 49 tokens original MIT

windbg-doctor

06

svnscha/mcp-windbg

Skill Claude CodeCodex

Check that this machine can actually debug - CDB present, uv available, symbols configured - and explain how to fix whatever is missing. Use when mcp-windbg tools fail, when a session will not open, or before a first debugging session.

1.6k 4d ago A 56 tokens original MIT