sentry-debug-issue
Installation
SKILL.md
Sentry — Debug an Issue
Take one Sentry issue from "here's a problem" to "here's the fix, shipped." You'll pull the issue's full context, root-cause it against the actual repo locally here, apply the fix with a test, and resolve it by shipping the change.
The playbook is here. It pulls in references/search-query-language.md
(the search grammar) and the per-signal concept docs under references/concepts/ (stack trace, trace,
logs, replay, profile, user feedback). Don't read a reference before you need it — reach for a
concept doc only when that signal actually shows up in the issue or you realize mid-debugging it'd help.
Prerequisites
- The Sentry MCP server is connected and authenticated. If it isn't, use your knowledge of the harness you're running in to suggest the appropriate way to authenticate the Sentry MCP first.
- Directly exposed MCP tools include
search_issues,search_events,analyze_issue_with_seer, andupdate_issue. Richer reads — full issue details, a specific event, tag distributions, trace details, attachments — are catalog tools: reach them viasearch_sentry_tools/execute_sentry_tool(orget_sentry_resource) when not directly exposed.