sentry-triage

Gathers Sentry issue details, Slack context, and local repository data for triage workflows.

Updated Jul 22, 2026
One-click install
npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill sentry-triage-trigent-software-pvt-ltd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-triage
Source: https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc/tree/main/plugins/sentry-triage/skills/sentry-triage
Command: npx skills add https://github.com/Trigent-Software-Pvt-Ltd/trigen-aidlc --skill sentry-triage-trigent-software-pvt-ltd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? Investigating a Sentry issue requires manually pulling error details, stacktraces, tag distributions, team discussions, and source code context from multiple disconnected tools, which slows down on-call triage. ## Core Features & Use Cases - Sentry Issue Retrieval: Fetches full issue details, tag distributions, latest event stacktraces, and distributed trace context via the Sentry MCP integration. - Slack Context Gathering: Searches team channels for existing discussion about the issue, error message, or related deployments. - Local Repository Correlation: Matches stacktrace frames to files in the local git repository and pulls source snippets, recent commits, and git blame around error lines. - Use Case: An on-call engineer pastes a Sentry issue URL and receives a structured YAML context bundle containing error metadata, stacktrace, Slack findings, and local code history, ready to hand off to deep analysis. ## Quick Start Triage this Sentry issue: https://sentry.io/organizations/my-org/issues/12345/

Frequently Asked Questions about sentry-triage

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

FAQPage Schema
How do I triage a Sentry issue with Claude Code?

Invoke the skill with a Sentry issue URL or short-form ID like PROJECT-123. It fetches issue details, stacktraces, and tag distributions via the Sentry MCP, then gathers Slack context and local repository data before chaining to analysis.

What MCP integrations does Sentry triage require?

The Sentry MCP integration is required and can be installed with claude mcp add --transport http sentry https://mcp.sentry.dev/mcp. The Slack MCP is optional and only enriches triage with team discussion context.

Can I triage a Sentry issue without a Slack connection?

Yes, Slack is optional. If the Slack MCP is unavailable, the skill notes that Slack context is unavailable and continues gathering Sentry and local repository data without it.

Does Sentry triage work outside a git repository?

Yes, the local repository phase is auto-detected. If the working directory is not a git repository or no stacktrace files match local paths, the skill skips that phase and sets repo_context.available to false.

What happens after the Sentry triage context is gathered?

The skill presents a summary of collected data and chains to the sentry-analyze skill, passing a YAML context block with issue metadata, stacktrace, repo context, and Slack findings for deep analysis and action selection.