sentry-action

Executes triage actions for Sentry issues including archiving, Jira ticketing, and Slack escalation.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve? After analyzing a Sentry issue, teams still need to manually execute the follow-up action—archiving the issue, creating or linking a Jira ticket, escalating to Slack, or requesting diagnostics—which is repetitive and error-prone across tools. ## Core Features & Use Cases - Action Dispatch: Reads a selected_action from the chained /sentry-analyze context and loads the matching action file (archive, create-jira, link-jira, escalate, automaton, diagnostics). - Jira Integration: Creates or links Jira tickets with bidirectional Sentry-Jira linking, supporting both acli CLI and Atlassian MCP modes with graceful fallback to manual instructions. - Slack Escalation: Sends escalation messages to Slack using MCP tools when an issue needs team attention. - Use Case: After /sentry-analyze classifies a production error as high severity, this skill creates a Jira bug ticket, links it back to the Sentry issue, and archives the Sentry issue with a reopen trigger. ## Quick Start Run /sentry-analyze on a Sentry issue and select an action, which automatically chains into this skill to execute it.

Frequently Asked Questions about sentry-action

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

FAQPage Schema
How do I create a Jira ticket from a Sentry issue?

Run the sentry triage chain starting with /sentry-triage and /sentry-analyze, then select the Create Jira Ticket action. This skill creates the ticket via acli or Atlassian MCP and links it bidirectionally with the Sentry issue.

How do I archive a Sentry issue with a reopen trigger?

Select the Archive action after analysis. The skill archives the issue with a documented rationale and a configurable reopen trigger, using the Sentry CLI or REST API when available, otherwise providing manual instructions.

Can I invoke sentry-action directly without sentry-analyze?

No, this skill is designed to be chained from /sentry-analyze and expects a YAML context block with the selected action and analysis results. If invoked directly, sentry_cli_mode defaults to unavailable and automation falls back to manual steps.

Does the skill work if the Sentry CLI is not installed?

Yes. When sentry_cli_mode is unavailable, archive and Sentry-side Jira linking cannot be automated, so the skill falls back to presenting manual instructions for those steps.

Why does the Atlassian MCP call fail with unknown tool?

Tool names vary by installation. The skill supports both mcp__atlassian__* and mcp__claude_ai_Atlassian__* prefixes; if one prefix fails with an unknown tool error, retry the call using the other prefix.