Sentry's official CLI brings their entire error monitoring platform to your terminal. You get 15+ command categories covering everything from issues and events to distributed traces and dashboards, all with JSON output for scripting. The standout feature is AI-powered issue analysis through `sentry issue explain` and `sentry issue plan`, which can save you time digging through stack traces. Authentication and project detection happen automatically by scanning your config files and environment variables, so you don't need to constantly specify org and project paths. If you're already using Sentry for monitoring, this beats clicking through the web UI when you're debugging or need to automate incident response.
npx skills add https://github.com/sentry/dev --skill sentry-cli