sentry

Inspect Sentry issues, summarize errors, and retrieve health data via the Sentry API.

24.7k|1.7k|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/openai/skills --skill sentry-openai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/openai/skills/tree/main/skills/.curated/sentry
Command: npx skills add https://github.com/openai/skills --skill sentry-openai

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps you quickly inspect Sentry issues, summarize recent errors, and retrieve basic Sentry health data, enabling faster debugging and issue resolution.

Core Features & Use Cases

  • Inspect Sentry Issues: View details of specific Sentry issues.
  • Summarize Errors: Get a summary of recent production errors.
  • Retrieve Health Data: Pull basic Sentry health metrics.
  • Use Case: When alerted to a spike in production errors, use this Skill to list the top unresolved issues, examine their details, and identify the most critical ones to address first.

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 inspect recent Sentry issues and summarize production errors?

To inspect Sentry issues and summarize production errors, use this Skill to query the Sentry API for read-only access. It retrieves top unresolved issues and basic health data for quick debugging without modifying your project.

Do I need a specific auth token to monitor Sentry issues?

Yes, you need a SENTRY_AUTH_TOKEN configured with read-only scopes to authenticate API requests. You can also optionally set environment variables for your organization, project, and base URL to refine the monitoring scope.

Can I list the top unresolved Sentry issues from the last 24 hours?

Yes, you can list the top unresolved Sentry issues from the last 24 hours. By configuring your environment variables for a specific project, the Skill fetches and summarizes these recent incidents to help you prioritize resolution.

What is the best way to retrieve basic Sentry health data for debugging?

The best way to retrieve basic Sentry health data is through read-only API access provided by this Skill. It pulls recent error summaries and issue details directly from Sentry, enabling faster observability and debugging.

Does this Sentry API integration allow modifying production issues?

No, this Sentry API integration does not allow modifying production issues. It is designed strictly for read-only access to inspect issue details, summarize recent errors, and retrieve health metrics without altering Sentry state.