.agents/skills/upgrade-otel/SKILL.md
Upgrade OpenTelemetry instrumentations across the Sentry JavaScript SDK. Use when bumping OTel instrumentation packages to their latest versions.
npx skillsauth add getsentry/sentry-javascript upgrade-otelInstall 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 upgrades must be free of breaking changes. Read each changelog before proceeding.
packages/**Upgrade in this order:
@opentelemetry/instrumentation to latest. Check changelog: https://github.com/open-telemetry/opentelemetry-js/blob/main/experimental/CHANGELOG.md@opentelemetry/instrumentation-* packages. Check each changelog: https://github.com/open-telemetry/opentelemetry-js-contrib/blob/main/packages/instrumentation-{name}/CHANGELOG.md@prisma/instrumentation). Check their changelogs.STOP if any upgrade introduces breaking changes — fail with the reason.
dev-packages/**@opentelemetry/instrumentation >= 0.200.x, upgrade to latest.@opentelemetry/instrumentation-http >= 0.200.x, upgrade to latest.Same rule: no breaking changes allowed.
yarn install
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.
testing
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an existing skill, run evals to test a skill, benchmark skill performance with variance analysis, or optimize a skill's description for better triggering accuracy.