sentry
Installation
SKILL.md
Sentry Skill
Inspect Sentry issues and events, summarize production errors, and pull health data via the Sentry API. Read-only access using the bundled Python script.
When to Use
- Investigating production errors or exceptions
- Summarizing recent error trends
- Checking issue details, stack traces, and event counts
- Reviewing release health and adoption
- Pulling project or organization-level Sentry data
Prerequisites
# Required environment variable
export SENTRY_AUTH_TOKEN="your-auth-token"