sentry

Inspects and summarizes Sentry issues and production errors via Sentry CLI queries.

Updated May 11, 2026
One-click install
npx skills add https://github.com/guhans6/agent-workbench --skill sentry-guhans6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/guhans6/agent-workbench/tree/main/shared/skills/sentry
Command: npx skills add https://github.com/guhans6/agent-workbench --skill sentry-guhans6

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sentry-cli, and includes scripts (resource) components.

What problem does it solve?

This Skill allows users to quickly and efficiently inspect Sentry issues, summarize recent production errors, and pull basic health data using the Sentry CLI, streamlining the process of monitoring and addressing issues in production environments.

Core Features & Use Cases

  • Issue Inspection: View and resolve unresolved issues, access detailed issue information, and explore issue events.
  • Health Data Retrieval: Summarize recent production errors and gather basic health data from Sentry.
  • Use Case: When the user requests information about production errors or wants to pull basic health data from Sentry, they can use this Skill to perform read-only queries using the sentry command.

Quick Start

To get a summary of unresolved issues in production from the last 24 hours, use the sentry issue list command.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I check unresolved Sentry issues from the last 24 hours?

To check unresolved Sentry issues, you can use the sentry issue list command to perform read-only queries and pull a summary of recent production errors directly from Sentry.

What is the best way to summarize production errors in Sentry?

Summarizing production errors is done by using the Sentry CLI to inspect and retrieve basic health data, allowing you to quickly review recent event details and issue information.

Do I need the Sentry CLI to inspect issue events and health data?

Yes, you need the sentry-cli installed along with appropriate permissions to access the requested data and perform read-only queries for Sentry issue information and health data.

Can I resolve Sentry issues using this production monitoring approach?

This approach focuses on read-only queries to inspect and summarize Sentry issues, event details, and basic health data, rather than actively modifying or resolving the issues.

How does Sentry CLI compare to other production monitoring tools for error analysis?

The Sentry CLI provides a command-line interface for read-only queries of issue information and health data, offering a lightweight alternative to full dashboard interfaces for error analysis.

What are the limitations of using Sentry CLI for issue tracking?

Limitations include requiring appropriate permissions for data access and being restricted to read-only queries, meaning you can inspect and summarize issues but cannot modify them directly.