sentry-issue-resolver
Installation
SKILL.md
Sentry Issue Resolver
Fetch Sentry issues with complete stack traces, analyze root causes, and provide actionable solutions using Sentry REST API.
Workflow
When the user requests Sentry issue analysis:
-
Parse the Sentry URL
- Extract org slug from subdomain (e.g.,
arcsitefromarcsite.sentry.io) - Extract issue ID from path (e.g.,
7219768209from/issues/7219768209/)
Example URL:
https://arcsite.sentry.io/issues/7219768209/?project=1730879 - Extract org slug from subdomain (e.g.,
-
Check Authentication