This is a complete Sentry setup wizard for Go projects that scans your codebase to detect which framework you're using (Gin, Echo, Fiber, net/http, gRPC, etc.) and builds a tailored integration plan. Instead of dumping config examples, it walks you through detection, makes specific recommendations based on what it finds, then guides you through installing only the relevant sub-packages. It handles the full stack: error monitoring, tracing, logging integrations (logrus, zap, slog), metrics, and cron monitoring. The opinionated approach is helpful because Sentry's Go SDK has a lot of framework-specific packages and middleware options that are easy to misconfigure. It even checks for companion frontends and will link to cross-platform setup. Good for teams who want proper observability without reading 40 pages of docs.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-go-sdk