sentry-triage

Fetch and analyze Sentry issues, extract stack traces, and propose fixes.

Updated Jul 1, 2026
One-click install
npx skills add https://github.com/NIMBUS-MX/nimbus-skills --skill sentry-triage-nimbus-mx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-triage
Source: https://github.com/NIMBUS-MX/nimbus-skills/tree/main/skills/sentry-triage
Command: npx skills add https://github.com/NIMBUS-MX/nimbus-skills --skill sentry-triage-nimbus-mx

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of triaging Sentry issues, saving time and reducing the cognitive load of incident response.

Core Features & Use Cases

  • Issue Triage: Automatically fetches and analyzes Sentry issues, providing a concise summary and proposed fixes.
  • Code Matching: Locates the issue in the codebase and suggests a fix based on the context.
  • PR Title Generation: Generates a PR title that includes the Sentry issue ID for easy tracking.
  • Use Case: When a Sentry issue is reported, use this Skill to quickly understand the problem, suggest a fix, and create a PR with the appropriate title.

Quick Start

Triage a Sentry issue by pasting its URL or saying "triage this Sentry issue".

Frequently Asked Questions about sentry-triage

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

FAQPage Schema
How do I triage Sentry issues automatically from a stack trace?

To triage Sentry issues automatically, this Skill fetches the issue, extracts stack traces and tags, and matches file:line references to your codebase to propose a fix. It requires a Sentry MCP connection and Python libraries to parse the issue data.

What's the best way to generate a PR title that includes a Sentry issue ID?

Generating a PR title with a Sentry issue ID is handled automatically by this Skill during the triage process. After analyzing the stack trace and proposing a fix, it generates a tracking-ready PR title containing the specific Sentry issue ID.

How does Sentry issue triage match errors to specific lines of code?

Sentry issue triage matches errors by extracting stack traces from the issue payload and locating the exact file:line references within your local codebase. This context allows the Skill to suggest a targeted code fix for the reported error.

Do I need a Sentry MCP connection to analyze Sentry stack traces?

Yes, a Sentry MCP connection is required to fetch and analyze Sentry stack traces. The Skill depends on this connection to retrieve issue data, along with Python libraries to parse the stack traces and perform the code analysis.

Can I use Sentry triage to suggest code fixes based on file references?

Yes, you can use Sentry triage to suggest code fixes based on file references. The Skill parses the stack trace, locates the corresponding file and line in your codebase, and uses that context to propose a specific fix for the incident.