skills/sentry-workflow/SKILL.md
Review code and keep Sentry SDKs up to date. Use when asked to resolve Sentry bot comments on a PR, address Seer bug predictions in PR reviews, or upgrade the Sentry SDK across major versions.
npx skillsauth add getsentry/sentry-for-ai sentry-workflowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
All Skills
Maintain code quality and keep your Sentry SDK up to date. This page helps you find the right workflow skill for your task.
Do not skip this section. Do not assume which workflow the user needs. Ask first.
sentry[bot] on a PR → sentry-code-reviewsentry-pr-code-reviewsentry-sdk-upgradeWhen unclear, ask the user whether the task involves PR review comments or SDK upgrades. Do not guess.
Fixing or investigating a production issue? That's the standalone
sentry-debug-issueskill.
| Use when | Skill |
|---|---|
| Resolving comments from sentry[bot] on GitHub PRs | sentry-code-review |
| Fixing issues detected by Seer Bug Prediction in PR reviews | sentry-pr-code-review |
| Upgrading the Sentry JavaScript SDK — migration guides, breaking changes, deprecated APIs | sentry-sdk-upgrade |
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.
development
Migrate JavaScript SDK to Sentry span streaming (span-first trace lifecycle). Use when asked to "enable span streaming", "migrate to span streaming", "use traceLifecycle stream", "add spanStreamingIntegration", or switch from transaction-based to streamed span delivery in a JavaScript project.
development
Migrate Python SDK to Sentry span streaming (span-first trace lifecycle). Use when asked to "enable span streaming", "migrate to span streaming", "use trace_lifecycle stream", or switch from transaction-based to streamed span delivery in a Python project.
development
Keep Sentry SDKs up to date. Use when asked to upgrade the Sentry SDK across major versions, migrate SDK versions, or fix deprecated APIs.
testing
Full Sentry Snapshots setup for Apple/Cocoa projects. Use when asked to "setup SnapshotPreviews", "setup Apple snapshot testing", "upload Apple snapshots to Sentry", "setup Apple snapshot GitHub Actions", or "setup Apple selective snapshot testing".