Skill

sentry-workflow

Install
1
Install the plugin
$
npx claudepluginhub getsentry/sentry-for-ai --plugin sentry

Want just this skill?

Add to a custom plugin, then install with one command.

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.

Tool Access

This skill uses the workspace's default tool permissions.

Skill Content

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 datasentry-fix-issuessentry-fix-issues/SKILL.md
Resolving comments from sentry[bot] on GitHub PRssentry-code-reviewsentry-code-review/SKILL.md
Fixing issues detected by Seer Bug Prediction in PR reviewssentry-pr-code-reviewsentry-pr-code-review/SKILL.md
Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIssentry-sdk-upgradesentry-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.

Stats
Stars83
Forks10
Last CommitMar 11, 2026
Actions

Similar Skills

cache-components

Expert guidance for Next.js Cache Components and Partial Prerendering (PPR). **PROACTIVE ACTIVATION**: Use this skill automatically when working in Next.js projects that have `cacheComponents: true` in their next.config.ts/next.config.js. When this config is detected, proactively apply Cache Components patterns and best practices to all React Server Component implementations. **DETECTION**: At the start of a session in a Next.js project, check for `cacheComponents: true` in next.config. If enabled, this skill's patterns should guide all component authoring, data fetching, and caching decisions. **USE CASES**: Implementing 'use cache' directive, configuring cache lifetimes with cacheLife(), tagging cached data with cacheTag(), invalidating caches with updateTag()/revalidateTag(), optimizing static vs dynamic content boundaries, debugging cache issues, and reviewing Cache Component implementations.

138.4k