sentry
Connects to the Sentry API to read production error data.
Setup & Installation
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
Similar Skills
wp-performance
A backend-only agent skill for diagnosing and fixing WordPress performance problems.
wp-playground
wp-playground runs disposable WordPress instances in the browser or locally via CLI, using WebAssembly and SQLite.
wp-wpcli-and-ops
Handles WordPress operational tasks via WP-CLI: database exports and imports, URL and domain migrations with search-replace, plugin and theme management, cron inspection, cache flushing, and multisite operations.
apollo-router-plugin-creator
Guides you through writing native Rust plugins for Apollo Router.
