.agents/skills/release/SKILL.md
Publish a new Sentry JavaScript SDK release. Use when preparing a release, updating the changelog, or creating a release branch.
npx skillsauth add getsentry/sentry-javascript releaseInstall 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.
See docs/publishing-a-release.md for full details.
develop with latest changes. Stash any unsaved work with git stash -u if needed.yarn changelog (use yarn changelog | pbcopy to copy output).CHANGELOG.md for the current version.prepare-release/VERSION off develop.CHANGELOG.md — add the new version entry with the changelog output. See the "Updating the Changelog" section in docs/publishing-a-release.md for formatting details. Do not remove existing entries.meta(changelog): Update changelog for VERSIONmaster.git stash pop if needed.Follow docs/new-sdk-release-checklist.md. If anything doesn't match the checklist, remind the user.
yarn changelog — generate changelog entriesyarn lint — verify code qualityyarn test — run test suiteyarn build:dev — verify builddevelopment
Upgrade OpenTelemetry instrumentations across the Sentry JavaScript SDK. Use when bumping OTel instrumentation packages to their latest versions.
development
Upgrade a dependency in the Sentry JavaScript SDK. Use when upgrading packages, bumping versions, or fixing security vulnerabilities via dependency updates.
development
Triage GitHub issues with codebase research and actionable recommendations
testing
Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate SKILL.md", or assess whether an agent skill is safe to install. Checks for prompt injection, malicious scripts, excessive permissions, secret exposure, and supply chain risks.