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.

URL Parsing

Installs
22
GitHub Stars
1
First Seen
Feb 18, 2026
sentry-issue — buildrtech/dotagents