Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
getsentry avatar

Sentry Workflow

  • 3.4k installs
  • 243 repo stars
  • Updated July 27, 2026
  • getsentry/sentry-for-ai

sentry-workflow is a Sentry router skill that directs agents to fix-issues, code-review, pr-code-review, or sdk-upgrade workflows based on user intent.

About

Sentry Workflows is a router skill that maps user intent to the correct Sentry workflow documentation before improvising fixes. It mandates asking which scenario applies when unclear instead of guessing. Production exceptions, stack traces, breadcrumbs, and live triage route to sentry-fix-issues fetched from skills.sentry.dev. Sentry bot or sentry[bot] GitHub PR comments route to sentry-code-review. Seer bug prediction or PR review for predicted issues route to sentry-pr-code-review. SDK version upgrades, migrations, and deprecated API fixes route to sentry-sdk-upgrade. Skills must be downloaded with curl -sL against the exact Path column URLs because summarized fetches drop critical details. The page explicitly warns not to skip the routing section and to trust each downstream skill's detection logic and prerequisites. SDK setup and feature configuration questions defer to the full Skill Tree rather than this router. Each linked workflow skill contains its own step-by-step instructions for debugging production issues and maintaining code quality with Sentry context.

  • Router skill that asks users to clarify intent before choosing a Sentry workflow path.
  • Maps production debugging to sentry-fix-issues and PR bot comments to sentry-code-review.
  • Routes Seer bug prediction reviews to sentry-pr-code-review and SDK migrations to sentry-sdk-upgrade.
  • Requires curl -sL full SKILL.md downloads from skills.sentry.dev exact paths.
  • Defers SDK setup questions to the broader Sentry Skill Tree instead of this page.

Sentry Workflow by the numbers

  • 3,440 all-time installs (skills.sh)
  • +128 installs in the week ending Jul 28, 2026 (Skillselion tracking)
  • Ranked #24 of 610 Debugging skills by installs in the Skillselion catalog
  • Security screen: MEDIUM risk (skills.sh audit)
  • Data as of Jul 28, 2026 (Skillselion catalog sync)
At a glance

sentry-workflow capabilities & compatibility

Capabilities
intent based routing across four sentry workflow · explicit user clarification when task type is am · exact curl fetch instructions for full skill.md · separation of runtime debugging from sdk setup c · table driven mapping from symptoms to skill path
Works with
sentry · github
Use cases
debugging · code review · testing
From the docs

What sentry-workflow says it does

Trust the skill — read it carefully and follow it. Do not improvise or take shortcuts.
SKILL.md
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-workflow

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs3.4k
repo stars243
Security audit2 / 3 scanners passed
Last updatedJuly 27, 2026
Repositorygetsentry/sentry-for-ai

Which Sentry workflow skill should I use for production exceptions, PR bot comments, Seer predictions, or SDK version upgrades?

Route Sentry debugging tasks to the correct workflow skill for production fixes, PR bot comments, Seer predictions, or SDK upgrades.

Who is it for?

Developers unsure which Sentry workflow applies who need explicit routing before debugging or reviewing with Sentry context.

Skip if: Skip when the task is initial SDK setup or feature configuration; use the Sentry Skill Tree setup skills instead.

When should I use this skill?

User mentions fixing Sentry errors, sentry bot PR comments, Seer bug prediction, or upgrading Sentry SDK versions.

What you get

Correct downstream Sentry skill identified, fully fetched via curl, and followed without improvised shortcuts.

  • selected workflow skill path
  • full fetched downstream SKILL.md instructions

By the numbers

  • Sentry workflow SKILL.md files are 10–20 KB each
  • Apache-2.0 license on sentry-workflow

Files

SKILL.mdMarkdownGitHub ↗
All Skills

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.

1. If the user mentions fixing errors, debugging exceptions, or investigating production issuessentry-fix-issues 2. If the user mentions Sentry bot comments or `sentry[bot]` on a PRsentry-code-review 3. If the user mentions Seer, bug prediction, or reviewing PRs for predicted issuessentry-pr-code-review 4. If the user mentions upgrading Sentry, migrating SDK versions, or fixing deprecated APIssentry-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 whenSkillPath
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

How it compares

Router only; use sentry-fix-issues, sentry-code-review, sentry-pr-code-review, or sentry-sdk-upgrade for execution.

FAQ

Should I guess the workflow if the user is vague?

No. Ask whether the task involves live production issues, PR review comments, or SDK upgrades before selecting a skill.

How should workflow skills be loaded?

Use curl -sL on the exact skills.sentry.dev path from the table; do not guess or shorten URLs because summaries lose details.

Where do SDK setup questions go?

Refer to the full Sentry Skill Tree for SDK setup and feature configuration rather than this workflow router.

Is Sentry Workflow safe to install?

skills.sh reports 2 of 3 security scanners passed. Review the Security Audits panel on this page before installing in production.

Debuggingmonitoringsupport

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.