This lets Claude create Sentry alerts through their workflow engine API, which is still in beta and not yet visible in the legacy Alerts UI. You can set up email, Slack, PagerDuty, or Discord notifications triggered by issue events like first seen, regressions, or priority changes. The skill handles the full workflow: gathering config details, looking up user and integration IDs, building the payload with triggers and conditions, and creating the alert. The conditions system is handy but polymorphic, so the comparison field changes shape based on condition type (bare integers for priority, objects for frequency counts, etc). Useful when you want programmatic alert setup without clicking through Sentry's UI, though you'll need an auth token with alerts:write scope.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-create-alert