How to install sentry-workflow
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-workflowFull instructions (SKILL.md)
Source of truth, from getsentry/sentry-for-ai.
name: sentry-workflow description: Fix production issues and review code with Sentry context. Use when asked to fix Sentry errors, debug issues, triage exceptions, review PR comments from Sentry, or resolve bugs. license: Apache-2.0 role: router
Sentry Workflows
Debug production issues and maintain code quality with Sentry context. This page helps you find the right workflow skill for your task.
How to Fetch Skills
Use curl to download skills — they are 10–20 KB files that fetch tools often summarize, losing critical details.
curl -sL https://skills.sentry.dev/sentry-fix-issues/SKILL.md
Append the path from the Path column in the table below to https://skills.sentry.dev/. Do not guess or shorten URLs.
Start Here — Read This Before Doing Anything
Do not skip this section. Do not assume which workflow the user needs. Ask first.
- If the user mentions fixing errors, debugging exceptions, or investigating production issues →
sentry-fix-issues - If the user mentions Sentry bot comments or
sentry[bot]on a PR →sentry-code-review - If the user mentions Seer, bug prediction, or reviewing PRs for predicted issues →
sentry-pr-code-review - If the user mentions upgrading Sentry, migrating SDK versions, or fixing deprecated APIs →
sentry-sdk-upgrade
When unclear, ask the user whether the task involves live production issues, PR review comments, or SDK upgrades. Do not guess.
Workflow Skills
| Use when | Skill | Path |
|---|---|---|
| Finding and fixing production issues — stack traces, breadcrumbs, event data | sentry-fix-issues | sentry-fix-issues/SKILL.md |
Resolving comments from sentry[bot] on GitHub PRs | sentry-code-review | sentry-code-review/SKILL.md |
| Fixing issues detected by Seer Bug Prediction in PR reviews | sentry-pr-code-review | sentry-pr-code-review/SKILL.md |
| Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIs | sentry-sdk-upgrade | sentry-sdk-upgrade/SKILL.md |
Each skill contains its own detection logic, prerequisites, and step-by-step instructions. Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.
Looking for SDK setup or feature configuration instead? See the full Skill Tree.
Related skills
More from getsentry/sentry-for-ai and the wider catalog.
sentry-fix-issues
Find and fix issues from Sentry using MCP. Use when asked to fix Sentry errors, debug production issues, investigate exceptions, or resolve bugs reported in Sentry. Methodically analyzes stack traces, breadcrumbs, traces, and context to identify root causes.
sentry-react-native-sdk
Full Sentry SDK setup for React Native and Expo. Use when asked to "add Sentry to React Native", "install @sentry/react-native", "setup Sentry in Expo", or configure error monitoring, tracing, profiling, session replay, or logging for React Native applications. Supports Expo managed, Expo bare, and vanilla React Native.
sentry-nextjs-sdk
Full Sentry SDK setup for Next.js. Use when asked to "add Sentry to Next.js", "install @sentry/nextjs", or configure error monitoring, tracing, session replay, logging, profiling, AI monitoring, or crons for Next.js applications. Supports Next.js 13+ with App Router and Pages Router.
sentry-sdk-setup
Set up Sentry in any language or framework. Detects the user's platform and loads the right SDK skill. Use when asked to add Sentry, install an SDK, or set up error monitoring in a project.
sentry-create-alert
Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow automations. Supports email, Slack, PagerDuty, Discord, and other notification actions.
sentry-feature-setup
Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, create alerts and notifications, or enable span streaming.