This is a comprehensive setup wizard that walks you through adding Sentry to a React project, from detection through configuration. It scans your package.json to figure out your React version, router setup (v5/v6/v7 non-framework or TanStack), state management, and build tool, then generates the appropriate integration code. The opinionated approach is refreshing: it always recommends error monitoring and tracing, suggests session replay for user-facing apps, and only brings up profiling if you have a performance-critical case. Nice touch that it handles the React 19 reactErrorHandler hook pattern versus the older ErrorBoundary component, and it knows to bail out if you're using React Router Framework mode. The source map guidance for Vite and webpack is practical, since stack traces are useless without them.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-react-sdk