sentry

Retrieve and summarize unresolved Sentry issues within customizable time ranges.

1|1|Updated Mar 20, 2026
One-click install
npx skills add https://github.com/Shamrock2245/shamrock-trading-bot --skill sentry-shamrock2245
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Shamrock2245/shamrock-trading-bot/tree/main/.agent/skills/sentry
Command: npx skills add https://github.com/Shamrock2245/shamrock-trading-bot --skill sentry-shamrock2245

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps developers quickly obtain readable summaries of recent Sentry errors and events without manually navigating the Sentry UI or writing complex queries.

Core Features & Use Cases

  • Retrieve lists of unresolved production issues with customizable time ranges.
  • View detailed information for specific issue IDs, including recent events.
  • Perform AI‑assisted root‑cause explanations and suggested fix plans.
  • Access arbitrary Sentry API endpoints when the CLI does not cover a need.

Quick Start

Ask the assistant to list the top 10 open Sentry issues for production in 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 unresolved Sentry production issues without using the web UI?

Summarize unresolved Sentry production issues directly from the CLI by retrieving recent errors within customizable time ranges. This approach bypasses manual UI navigation and complex queries, providing readable summaries of recent Sentry issues and events instantly.

Can I get AI-assisted root-cause explanations for specific Sentry issue IDs?

AI-assisted root-cause explanations for Sentry issue IDs are available by retrieving detailed issue information and recent events. The skill analyzes the Sentry events data to suggest fix plans and explain the root cause, removing the need for manual log inspection.

Do I need the Sentry CLI installed and authenticated to retrieve recent events?

The Sentry CLI installed and authenticated via token or login is required to retrieve recent events. This prerequisite allows the skill to access Sentry projects, query unresolved production errors, and fetch arbitrary Sentry API endpoints securely.

How do I retrieve the top 10 open Sentry errors from the last 24 hours?

Retrieve the top 10 open Sentry errors from the last 24 hours by requesting a list of unresolved production issues with a customized time range. The skill queries the Sentry CLI to fetch and summarize the recent events automatically.

What's the best way to access arbitrary Sentry API endpoints when the CLI lacks coverage?

Access arbitrary Sentry API endpoints directly when the CLI lacks coverage by using the skill's fallback mechanism. This allows you to query specific Sentry API endpoints for custom data retrieval, extending functionality beyond standard CLI commands for unresolved issues.

Why use a CLI-based approach instead of manually querying the Sentry dashboard?

A CLI-based approach for Sentry issues avoids manual dashboard navigation and complex query construction. It quickly delivers readable summaries of unresolved production errors and recent events, streamlining the monitoring process for developers.