sentry
AI-guided development workflows for the Sentry error monitoring codebase
All Skills in This Repository (28)
Pure Emerald Level Indicatorsmigrate-frontend-forms
Migrate frontend forms from JsonForm/FormModel to TanStack with code examples.
generate-migration
Generate and manage Django database migrations for the Sentry project.
design-system
Guide UI development using Sentry's @sentry/scraps layout and typography primitives.
generate-frontend-forms
Create Sentry frontend forms with TanStack React Form and Zod validation.
sentry-security
Review Sentry endpoints, serializers, and views for security vulnerabilities using patterns from real patches.
sentry-javascript-bugs
Review Sentry React and TypeScript diffs for bug patterns from real production issues.
seer-embed
Create Seer embed widgets with Zod schemas, React components, and backend codegen.
notification-platform
Implements notifications, renderers, and providers for Sentry's NotificationPlatform system.
cmdk-actions
Implements new actions for Sentry's Command+K palette using CMDKAction components and slots.
cell-architecture
Guides Sentry's region-to-cell architecture migration and cross-cell data access patterns.
feature-flags
Registers and checks FlagPole feature flags in Sentry Python and frontend code.
hybrid-cloud-test-gen
Generates hybrid cloud tests for Sentry's RPC services, API gateway, outbox patterns, and silo-decorated endpoints.
Frequently Asked Questions
FAQPage SchemaHow to install Sentry agent skills?โผ
Run `npx skills add getsentry/sentry --all -g -y` in your terminal to install all skills in this suite globally.
What do the Sentry agent skills do?โผ
They teach your AI agent Sentry's exact conventions for backend models, RPC services, migrations, React forms, tests, and security reviews, so generated code matches the real codebase standards.
How do the bug review skills work?โผ
The sentry-backend-bugs and sentry-javascript-bugs skills check your diff against patterns from hundreds of real production incidents and report only confirmed, high-confidence issues with concrete fixes.
Do these skills work with Claude Code and Cursor?โผ
Yes. All skills follow the universal SKILL.md standard and run in Claude Code, Cursor, Codex, and other compatible agents.
Can AI set up the Sentry dev environment for me?โผ
Yes. The setup-dev skill walks the agent through installing dependencies, starting Docker services, seeding the database, and fixing common startup failures.
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