sentry

Query the Sentry API to retrieve and summarize issues, events, and error details.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill sentry-thanhquan3010
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/thanhquan3010/hospital-management-system-v3/tree/main/.agents/skills/sentry
Command: npx skills add https://github.com/thanhquan3010/hospital-management-system-v3 --skill sentry-thanhquan3010

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you inspect Sentry issues, summarize recent production errors, and retrieve basic Sentry health data, enabling quick identification and resolution of application problems.

Core Features & Use Cases

  • List Issues: View unresolved issues, ordered by recency or severity.
  • Issue Details: Get in-depth information about a specific issue.
  • Issue Events: Retrieve a list of events associated with an issue.
  • Event Details: Examine the specifics of a single event, like culprit and timestamp.
  • Use Case: Quickly check for new critical errors in production after a deployment by asking "Show me the top 5 new errors in Sentry for the last hour."

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 retrieve unresolved Sentry issues for my production environment?

To retrieve unresolved Sentry issues, the skill queries the Sentry API to list issues ordered by recency or severity. You can filter the results by configuring default organization, project, and production environment settings to monitor application health.

What do I need to access Sentry error details and events?

You need a Sentry authentication token with appropriate read scopes to access Sentry error details and events. Configuring default organization, project, and environment settings streamlines the retrieval of observability data and production monitoring metrics.

Can I examine a specific Sentry event to help with debugging?

Yes, you can examine a specific Sentry event to help with debugging by retrieving event details. The skill queries the Sentry API to provide read-only access to event specifics like the culprit and timestamp for production errors.

What is the best way to check for new critical errors after a deployment?

The best way to check for new critical errors after a deployment is to list recent Sentry issues. Query the Sentry API to summarize recent production errors and retrieve observability data ordered by recency for the last hour.

Does this Sentry monitoring approach support write operations to resolve issues?

No, this Sentry monitoring approach does not support write operations to resolve issues. It provides read-only access to the Sentry API to retrieve and summarize observability data, including issues, events, and error details for debugging.