sentry

Inspect Sentry issues and events via the Sentry API.

4|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/heyzude/skills_for_codex --skill sentry-heyzude
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/heyzude/skills_for_codex/tree/main/skills_by_openai/sentry
Command: npx skills add https://github.com/heyzude/skills_for_codex --skill sentry-heyzude

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill helps users quickly inspect Sentry issues, summarize recent production errors, and retrieve basic Sentry health data without needing to navigate the Sentry UI or write complex API queries.

Core Features & Use Cases

  • Issue Triage: Quickly list and summarize unresolved issues to identify critical problems.
  • Error Investigation: Retrieve details about specific issues and their associated events to understand root causes.
  • Health Monitoring: Pull basic Sentry health data for a quick overview of application stability.
  • Use Case: A developer can ask "Summarize the top 5 production errors in the last 24 hours" and receive a concise list with key details to prioritize their next steps.

Quick Start

Ask the user to set their SENTRY_AUTH_TOKEN and then request a summary of the top 5 unresolved issues in production for the last 24 hours.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I summarize recent production errors from Sentry without using the web UI?

You can summarize production errors by using this Skill to query the Sentry API. It fetches and condenses recent unresolved issues and events, providing key details to help you prioritize debugging steps without navigating the Sentry UI.

Can I investigate specific Sentry issues and their associated events programmatically?

Yes, you can investigate specific Sentry issues programmatically. This Skill provides read-only API access to retrieve detailed issue information and associated events, enabling you to understand the root causes of production errors directly.

Do I need a specific auth token to access Sentry issue data via the API?

Yes, you need a SENTRY_AUTH_TOKEN configured with read-only scopes. This token authenticates your API requests, and you can optionally set environment variables for your organization, project, and base URL to refine the data retrieval.

What is the best way to pull basic Sentry health data for application stability monitoring?

The best way to pull basic Sentry health data is by using this Skill's bundled Python script. It retrieves essential observability metrics through the Sentry API, giving you a quick overview of your application's production stability.

Can I use this Skill to write changes or resolve issues directly in my Sentry project?

No, you cannot write changes or resolve issues directly. This Skill provides strictly read-only access to Sentry issues and events via the API, meaning it can only inspect and summarize data without modifying your project's state.

How do I retrieve the top unresolved issues in Sentry from the last 24 hours?

To retrieve the top unresolved issues from the last 24 hours, ask this Skill to summarize them after setting your SENTRY_AUTH_TOKEN. It queries the Sentry API and returns a concise list of critical errors for triage.