sentry-cli

Query and manage Sentry issues and events via sentry-cli subcommands.

1|Updated Feb 11, 2026
One-click install
npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill sentry-cli-dimitri-vs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/dimitri-vs/elevate-agent-skills/tree/main/sentry-cli
Command: npx skills add https://github.com/dimitri-vs/elevate-agent-skills --skill sentry-cli-dimitri-vs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It solves the problem of manually investigating Sentry errors by enabling programmatic queries for projects, unresolved issues, and issue state changes.

Core Features & Use Cases

  • Project and issue querying: List Sentry projects and retrieve unresolved issues for a given project slug and org.
  • Issue state management: Resolve, mute, or unresolve issues by issue ID within a required project context.
  • Cross-org access troubleshooting: Detect and work around seat-limited org membership using Internal Integration tokens and a project-local .sentryclirc.

Quick Start

Run the sentry-cli commands to list unresolved issues for your elevate-code org and a specific project slug, then use the issue ID to resolve or mute the selected items.

Frequently Asked Questions about sentry-cli

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I query unresolved Sentry issues for a specific project?

You can query unresolved Sentry issues by running sentry-cli commands with the required --org and --project flags to retrieve a repeatable list of issue IDs for error triage.

Can I resolve or mute Sentry issues programmatically using sentry-cli?

Yes, sentry-cli supports issue state management, allowing you to resolve, mute, or unresolve Sentry issues by their issue ID within a required project context.

What is the best way to automate Sentry error triage workflows?

Automating Sentry error triage is best achieved by using sentry-cli subcommands to pull issue lists and transition issue states, falling back to the Sentry HTTP API only when sentry-cli lacks functionality.

Why does sentry-cli fail to access my Sentry organization data?

Sentry organization access can fail due to seat-limited org membership, which you can work around by using Internal Integration tokens and configuring a project-local .sentryclirc file.

Do I need to use the Sentry HTTP API when sentry-cli lacks a feature?

Yes, the Sentry HTTP API serves as a fallback for error triage and investigation pipelines when sentry-cli lacks the required functionality for your specific querying or management needs.