sentry

Inspect Sentry issues and summarize production errors via the Sentry API.

Updated Jun 18, 2026
One-click install
npx skills add https://github.com/rodrigotoledo/trading-exchange --skill sentry-rodrigotoledo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/rodrigotoledo/trading-exchange/tree/main/packages/skills-catalog/skills/%28monitoring%29/sentry
Command: npx skills add https://github.com/rodrigotoledo/trading-exchange --skill sentry-rodrigotoledo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Inspect Sentry issues, summarize production errors, and pull health data via the Sentry API (read-only). Use when user says "check Sentry", "what errors in production?", "summarize Sentry issues", "recent crashes", or "production error report". Requires SENTRY_AUTH_TOKEN. Do NOT use for setting up Sentry SDK, configuring alerts, or non-Sentry error monitoring.

Core Features & Use Cases

  • List issues from a Sentry project, with filters for time range, environment, and query.
  • Retrieve issue detail and associated events to understand root causes.
  • Pull health data and production signals to assess system status quickly.
  • Use Case: Generate a concise production health summary for on-call handoffs.

Quick Start

Set the SENTRY_AUTH_TOKEN environment variable and run the listed commands to fetch a live report.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I summarize Sentry issues and recent crashes for a production health report?

To summarize Sentry issues, the Skill fetches and aggregates production errors and health data via the Sentry API in read-only mode. It identifies recent crashes and unresolved issues across environments to generate a concise production health summary for on-call handoffs.

What do I need to retrieve Sentry issue details and events via the API?

You need a valid SENTRY_AUTH_TOKEN environment variable configured before running the bundled scripts. The scripts use this token to execute deterministic, read-only API calls with pagination and retry logic to retrieve issue details and associated events.

Can I list Sentry issues filtered by environment and time range?

Yes, you can list Sentry issues from a specific project using filters for time range, environment, and custom queries. The Skill applies these parameters to the Sentry API to return targeted production error data.

Does this Skill support configuring Sentry alerts or setting up the error monitoring SDK?

No, this Skill does not support setting up the Sentry SDK or configuring alerts. It is strictly a read-only tool designed for inspecting existing Sentry issues, summarizing production errors, and pulling health signals.

What is the best way to pull system health signals and identify unresolved issues in Sentry?

The best way to pull health signals is by running the bundled scripts which query the Sentry API in read-only mode. This approach retrieves production health data and highlights unresolved issues and recent crashes deterministically.