What problem does it solve? Investigating production errors, traces, and logs usually requires switching to the Sentry web UI and clicking through multiple pages. This Skill lets you query issues, events, spans, replays, releases, and dashboards directly from the terminal using the sentry CLI, with automatic org/project detection and JSON output for scripting. ## Core Features & Use Cases - Issue Investigation: List, view, resolve, archive, and merge issues, plus get AI root-cause analysis and fix plans via sentry issue explain and sentry issue plan. - Observability Queries: Explore traces, spans, logs, session replays, and aggregate event data with time filters and Sentry search syntax. - Release & Dashboard Management: Create and finalize releases, associate commits, record deploys, and build dashboards with widgets on a 6-column grid. - Use Case: When a user reports a crash referencing issue FRONT-ABC, run sentry issue view FRONT-ABC to see the stack trace, then sentry issue explain FRONT-ABC for a Seer AI root-cause analysis, all without leaving the terminal. ## Quick Start Ask the assistant to show the details of a specific Sentry issue, for example by saying: use the sentry CLI to view issue PROJECT-123 and explain its root cause.