sentry-exception-output

Fetch Sentry exceptions and format them as Markdown tables.

3|Updated Apr 2, 2026
One-click install
npx skills add https://github.com/weiran-tech/agent-skills --skill sentry-exception-output
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: sentry-exception-output
Source: https://github.com/weiran-tech/agent-skills/tree/main/skills/sentry-exception-output
Command: npx skills add https://github.com/weiran-tech/agent-skills --skill sentry-exception-output

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams quickly identify and report Sentry exceptions for specified projects or prefixes, eliminating manual querying and manual table formatting.

Core Features & Use Cases

  • Fetch unresolved and/or all issues for projects or prefixes.
  • Filter by event count thresholds and sort by event volume to prioritize critical errors.
  • Output a clean Markdown table with fields: project, issue ID, title, events, error description, priority, and a link to the issue.

Quick Start

Generate a Markdown table of Sentry exceptions for project kjs_* with a threshold of 100.

Frequently Asked Questions about sentry-exception-output

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

FAQPage Schema
How do I query Sentry exceptions and format them as a Markdown table?▼

To query Sentry exceptions and output a Markdown table, you specify projects or prefixes to fetch unresolved issues. The results display project, issue ID, title, event count, error description, priority, and a direct link.

Can I filter Sentry issues by event count to prioritize critical errors?▼

Yes, you can filter Sentry issues by setting event count thresholds. The output sorts issues by event volume in descending order, ensuring high-priority errors with the most occurrences are reviewed first.

What is the best way to automate Sentry reporting for multiple projects?▼

Automating Sentry reporting is done by resolving organization context and listing matching projects via prefixes. It retrieves unresolved issues and outputs a clean Markdown table, eliminating manual querying and table formatting.

How do I fetch unresolved Sentry issues for projects with a specific prefix?▼

You can fetch unresolved Sentry issues by providing a project prefix like kjs_*. The system lists matching projects, retrieves unresolved issues, and filters the output by the specified prefix or explicit project list.

Does Sentry exception reporting require resolving organization context first?▼

Yes, generating Sentry exception reports requires resolving organization context first. This step ensures the system accurately lists matching projects before retrieving and formatting unresolved issues into a Markdown table.