sentry

List and resolve unresolved Sentry issues via CLI and REST API.

Updated Feb 11, 2026
One-click install
npx skills add https://github.com/Vero-Ventures/fuzzycat --skill sentry-vero-ventures
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry
Source: https://github.com/Vero-Ventures/fuzzycat/tree/main/.claude/skills/sentry
Command: npx skills add https://github.com/Vero-Ventures/fuzzycat --skill sentry-vero-ventures

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a streamlined way to monitor and manage Sentry error tracking, helping developers quickly identify, diagnose, and resolve issues within the application.

Core Features & Use Cases

  • Issue Management: List, view details, and resolve unresolved Sentry issues.
  • Release Tracking: Monitor and manage application releases and associated source maps.
  • Error Monitoring: Check error rates and recent activity to maintain application health.
  • Use Case: A developer can use this Skill to quickly check for any new critical errors that have appeared in production overnight and resolve them before the start of the business day.

Quick Start

Use the sentry skill to list all unresolved issues in the javascript-nextjs project.

Frequently Asked Questions about sentry

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

FAQPage Schema
How do I list unresolved Sentry issues for a specific project?

This Skill lists unresolved Sentry issues by querying the REST API for your configured project. It filters by unresolved status to display active errors and their recent activity for quick review.

Can I view stack traces and error rates from Sentry without leaving the CLI?

Yes, you can view stack traces and check error rates directly through Sentry CLI interactions. This Skill fetches detailed error data and recent activity metrics to help you diagnose application health issues.

Do I need environment variables configured to manage Sentry releases?

Yes, managing Sentry releases requires environment variables for authentication and project identification. You must configure these alongside the Sentry CLI to authorize API interactions and target the correct application.

What is the best way to resolve Sentry errors after deploying a new release?

The best way to resolve Sentry errors is to track the deployment and clear matching issues. This Skill manages application releases and associated source maps, allowing you to mark issues as resolved once the fix is deployed.

Does this approach work for monitoring error tracking in a production environment?

Yes, this approach supports production error tracking by checking error rates and viewing recent activity. It helps developers quickly identify and resolve new critical errors that appear in production applications overnight.