errors

Search and analyze errors from a self-hosted GlitchTip instance via its API.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/nirssyan/nirssyan-mono --skill errors
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: errors
Source: https://github.com/nirssyan/nirssyan-mono/tree/main/.cursor/skills/errors
Command: npx skills add https://github.com/nirssyan/nirssyan-mono --skill errors

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps you quickly find, analyze, and manage errors from your self-hosted GlitchTip (Sentry) instance, streamlining debugging and issue resolution.

Core Features & Use Cases

  • Error Searching: Find specific errors or patterns within your GlitchTip project.
  • Issue Analysis: Retrieve detailed information, including stack traces, for any given error ID.
  • Status Management: Resolve or ignore issues directly through the Skill.
  • Use Case: When a user reports a bug, you can use this Skill to search for related errors in GlitchTip, examine the details, and then mark the issue as resolved once fixed.

Quick Start

Search for unresolved errors in GlitchTip related to user login failures.

Frequently Asked Questions about errors

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

FAQPage Schema
How do I search for specific exceptions in a self-hosted GlitchTip instance?

You can search for specific exceptions by sending direct curl commands to the GlitchTip API. This approach retrieves error patterns and debugging information directly from your project, bypassing memory tools and disabling proxy usage.

Can I retrieve detailed stack traces for a specific error ID from GlitchTip?

Yes, you can retrieve detailed stack traces by querying the GlitchTip API with a specific error ID. This issue analysis capability allows you to examine the exact exception details to streamline debugging and resolution.

Does this approach require a proxy to connect to the GlitchTip API?

No, connecting to the GlitchTip API explicitly requires disabling proxy usage. The skill uses direct curl commands to ensure a reliable connection to your self-hosted instance for searching and analyzing errors.

How do I manage issue status like resolving or ignoring errors in GlitchTip?

You can manage issue status by sending API requests to update specific errors. This allows you to mark issues as resolved or ignored directly after investigating the exception details and fixing the reported bug.

What is the best way to analyze error patterns in makefeed projects using GlitchTip?

The best way to analyze error patterns is by querying the GlitchTip API to search and retrieve exceptions. This process helps you investigate issues, examine stack traces, and identify recurring bugs within your makefeed projects.