sentry-issue
Installation
SKILL.md
Sentry Issue Investigation
Overview
Fetch and debug a Sentry exception from a URL with a repeatable CLI workflow.
Core principle: Use sentry-cli for auth/org/project discovery first, then fetch issue + event details. If your sentry-cli version has no api subcommand, use curl with the same auth token.
When to Use
Use this skill when:
- User gives a Sentry issue URL
- You need stacktrace, request/job context, release, and tags
- You need quick root-cause clues before changing code
Do not use this skill for generic app debugging without a Sentry issue reference.