sentry-cli

Manage Sentry issues, releases, projects, and dashboards via CLI.

4|Updated May 1, 2026
One-click install
npx skills add https://github.com/HigorAlves/orc --skill sentry-cli-higoralves
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/HigorAlves/orc/tree/main/orc/skills/sentry-cli
Command: npx skills add https://github.com/HigorAlves/orc --skill sentry-cli-higoralves

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill simplifies interaction with Sentry by providing comprehensive CLI commands to manage issues, releases, projects, and more, reducing manual steps and improving efficiency.

Core Features & Use Cases

  • Issue Management: List, view, explain, plan, resolve, unresolve, and merge issues directly from the terminal.
  • Release Handling: Create, finalize, delete releases, set commits, and manage deploys efficiently.
  • API Access: Make custom authenticated requests to Sentry's REST API for advanced integrations.
  • Dashboard & Widget Control: List dashboards and add or edit widgets for monitoring.
  • Workflow Automation: Support scripting and automation of repetitive tasks like project setup, troubleshooting, or data extraction.
  • Examples: Quickly resolve issues or deploy releases without navigating the web interface.

Quick Start

Use the sentry-cli to list and resolve unresolved issues in your project.

Frequently Asked Questions about sentry-cli

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

FAQPage Schema
How do I automate Sentry issue management from the terminal?

To automate Sentry issue management from the terminal, use command-line tools to list, view, resolve, and merge issues directly. This requires the sentry binary and proper authentication credentials for hands-free operation.

What is the best way to handle Sentry releases and deploys without the web interface?

The best way to handle Sentry releases without the web interface is using CLI commands to create, finalize, delete releases, set commits, and manage deploys efficiently from your local environment.

Can I make custom authenticated requests to the Sentry REST API?

Yes, you can make custom authenticated requests to the Sentry REST API. The Skill provides functionality to execute advanced integrations and interact directly with Sentry's API using your local configurations.

Do I need specific credentials to run Sentry CLI commands for workflow automation?

Yes, you need proper authentication credentials and the sentry binary installed to run Sentry CLI commands. These are required for hands-free operation when automating repetitive tasks like project setup or data extraction.

How do I list and edit Sentry dashboards and widgets from the command line?

To list and edit Sentry dashboards and widgets from the command line, use the provided CLI tools to list existing dashboards and add or edit widgets for monitoring without navigating the web interface.