jelly-sentry-skill

Fetch and aggregate Sentry issues, events, and project health data.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-sentry-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jelly-sentry-skill
Source: https://github.com/dev-jelly/jelly-dotclaude/tree/main/skills/jelly-sentry-skill
Command: npx skills add https://github.com/dev-jelly/jelly-dotclaude --skill jelly-sentry-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill integrates Sentry to fetch issues, events, and project health metrics for error monitoring.

Core Features & Use Cases

  • Issue management: list, fetch details, and update statuses.
  • Event analysis: inspect events and stack traces.
  • Project health: view health stats and error trends.

Quick Start

Connect to Sentry with SENTRY_AUTH_TOKEN and SENTRY_ORG to retrieve the latest issues.

Frequently Asked Questions about jelly-sentry-skill

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

FAQPage Schema
How do I monitor and track errors in my applications with Sentry?

Error monitoring with Sentry aggregates issues and events across your projects, letting you track error frequency, stack traces, and health trends. Connect via SENTRY_AUTH_TOKEN to fetch and filter issues by status, search by query, and analyze stack traces to identify root causes.

Can I list and filter Sentry issues by status and project?

Yes. This Skill lists issues across organization and project scopes, filters by status, searches by query, and retrieves event details. It supports both US and DE regional endpoints with configurable timeouts and automatic retries.

What authentication do I need to connect to Sentry?

Connect using SENTRY_AUTH_TOKEN along with your organization and project identifiers. The Skill handles regional endpoint selection (US or DE), rate limiting, and automatic retries automatically.

How do I analyze stack traces and event details from Sentry?

Fetch individual events and their stack traces to inspect error context. The Skill retrieves detailed event data within your organization and project scope, enabling root-cause analysis of failures.

What output formats does this Sentry integration support?

Results format as Markdown tables, JSON, or plain text, letting you integrate issue data into reports, dashboards, or downstream workflows without reformatting.

Can I track project health and error trends over time?

Yes. The Skill fetches project health stats and analyzes error trends, helping you monitor stability patterns and identify recurring issues across your application portfolio.