sentry-javascript
Automate Sentry JavaScript SDK development, testing, and release workflows
All Skills in This Repository (20)
Pure Emerald Level Indicatorsfix-security-vulnerability
Analyze Dependabot security alerts and propose fixes in GitHub repositories.
triage-issue
Automate GitHub issue triage with codebase research and security checks.
bump-size-limit
Adjust bundle size limits in `.size-limit.js` when CI checks fail.
add-ai-integration
Instrument new AI providers in the Sentry JavaScript SDK using Gen AI Conventions.
release
Automate Sentry JavaScript SDK release preparation with versioning and changelog updates.
skill-scanner
Scan agent skills for security vulnerabilities using static analysis and pattern matching.
upgrade-otel
Upgrade OpenTelemetry instrumentation packages in the Sentry JavaScript SDK.
skill-creator
Create, modify, and evaluate AI skills with SKILL.md files and performance tests.
add-cdn-bundle
Generate Sentry browser CDN bundles with specified feature combinations.
upgrade-dep
Upgrade dependencies in the Sentry JavaScript SDK monorepo with yarn.
dotagents
Install and symlink agent skills declared in agents.toml.
e2e
Run end-to-end tests for Sentry JavaScript SDK applications with variant support.
Frequently Asked Questions
FAQPage SchemaHow to install sentry-javascript skills?โผ
Run `npx skills add getsentry/sentry-javascript --all -g -y` in your terminal to install the full skill suite globally.
What do the Sentry JavaScript agent skills do?โผ
They automate SDK maintenance tasks like triaging GitHub issues, fixing Dependabot security alerts, upgrading dependencies, running E2E tests, and preparing releases.
Can AI triage and fix GitHub issues automatically?โผ
Yes. The triage-issue and fix-issue skills research the codebase, identify root causes, and open verified pull requests, with built-in prompt injection protection.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the standard SKILL.md format and run in Claude Code, Cursor, Codex, and other compatible AI coding agents.
Can I backport a PR to an older Sentry SDK major version?โผ
Yes. The backport-pr skill cherry-picks a merged PR onto a maintenance branch like v10, resolves conflicts, and opens a draft backport PR automatically.
Related Repositories in Software Engineering
View All in Software Engineeringโopenclaw
Run a personal AI assistant across your devices and chat apps
superpowers
Gives coding agents a disciplined workflow from idea to merged code
react
AI agent skills for building, testing, and porting React core