·sentry-issue
</>

sentry-issue

Use when given a Sentry issue URL and you need to fetch exception details, stacktrace, and request context using sentry-cli (and Sentry API fallback when needed).

14Installs·1Trend·@buildrtech

Installation

$npx skills add https://github.com/buildrtech/dotagents --skill sentry-issue

How to Install sentry-issue

Quickly install sentry-issue AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/buildrtech/dotagents --skill sentry-issue
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: buildrtech/dotagents.

SKILL.md

View raw

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.

Do not use this skill for generic app debugging without a Sentry issue reference.

Use when given a Sentry issue URL and you need to fetch exception details, stacktrace, and request context using sentry-cli (and Sentry API fallback when needed). Source: buildrtech/dotagents.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/buildrtech/dotagents --skill sentry-issue
Category
</>Dev Tools
Verified
First Seen
2026-02-20
Updated
2026-03-10

Browse more skills from buildrtech/dotagents

Quick answers

What is sentry-issue?

Use when given a Sentry issue URL and you need to fetch exception details, stacktrace, and request context using sentry-cli (and Sentry API fallback when needed). Source: buildrtech/dotagents.

How do I install sentry-issue?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/buildrtech/dotagents --skill sentry-issue Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/buildrtech/dotagents