sentry

Query Sentry API for issues, events, and error summaries.

Updated Mar 7, 2026
One-click install
npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill sentry-shalevamin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/shalevamin/The-_Ultimate_agents/tree/main/.claude/skills/sentry
Command: npx skills add https://github.com/shalevamin/The-_Ultimate_agents --skill sentry-shalevamin

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers and operations teams quickly inspect Sentry issues, summarize recent production errors, and pull basic Sentry health data without leaving their workflow.

Core Features & Use Cases

  • Inspect Sentry Issues: Query and retrieve details about specific Sentry issues using their short IDs or direct IDs.
  • Summarize Errors: Get a list of recent production errors, including their status, frequency, and environments.
  • Event Details: Pull detailed information about specific Sentry events, excluding sensitive stack traces by default.
  • Use Case: A developer can ask, "Show me the top 5 unresolved issues in production from the last 24 hours" to quickly triage incoming alerts.

Quick Start

Use the sentry skill to list the top 10 open issues for prod in the last 24h.

Frequently Asked Questions about sentry

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query Sentry API for recent production errors?

It queries the Sentry API to retrieve read-only observability data, including issues, events, and error summaries. This Skill supports inspecting Sentry issues via API calls using a provided SENTRY_AUTH_TOKEN.

Can I pull Sentry event details without exposing sensitive stack traces?

Yes, you can pull detailed Sentry event information while excluding sensitive stack traces by default. The Skill retrieves specific Sentry events via API calls using a provided SENTRY_AUTH_TOKEN.

What do I need to inspect Sentry issues via API?

You need a SENTRY_AUTH_TOKEN to inspect Sentry issues via API calls. This token allows the Skill to authenticate requests and retrieve read-only observability data from specific Sentry API endpoints.

How do I summarize unresolved Sentry issues from the last 24 hours?

To summarize unresolved Sentry issues, query the Sentry API to list the top open issues in production from the last 24 hours. The Skill retrieves and triages these recent alerts using a SENTRY_AUTH_TOKEN.

Does the Sentry API integration handle rate limits and transient errors?

Yes, the Sentry API integration handles pagination and retries for transient errors during data retrieval. This ensures reliable fetching of issues and events even when facing temporary API instability.