OpenAI/sentry — Agent Skills | officialskills.sh
Back to skills

sentry

Connects to the Sentry API to read production error data.

Setup & Installation

npx skills add https://github.com/openai/skills --skill sentry
or paste the link and ask your coding assistant to install it
https://github.com/openai/skills/tree/main/skills/.curated/sentry
View on GitHub

What This Skill Does

Connects to the Sentry API to read production error data. Fetches issue lists, event details, and basic health stats for a given org and project. All operations are read-only.

Instead of switching to the Sentry UI and clicking through filters, you can pull issue lists and event details directly in your terminal or editor with a single command.

When to use it

  • Listing the top 10 unresolved errors from the last 24 hours in production
  • Pulling the full event trace for a specific Sentry issue short ID
  • Checking whether a bug was first seen before or after a recent deploy
  • Comparing error counts across environments to isolate a regression
  • Summarizing recent production errors without opening the Sentry dashboard