sentry-cli

Automate Sentry issue tracking, event analysis, and project configuration via CLI.

Updated Jul 9, 2026
One-click install
npx skills add https://github.com/lyingparachute/skills --skill sentry-cli-lyingparachute
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/lyingparachute/skills/tree/main/sentry-cli
Command: npx skills add https://github.com/lyingparachute/skills --skill sentry-cli-lyingparachute

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires sentry-cli, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The Sentry CLI Skill streamlines the process of interacting with Sentry from the command line, providing a powerful interface for managing issues, events, projects, and more.

Core Features & Use Cases

  • Issue Management: List, view, and resolve issues directly from the command line.
  • Event Analysis: Explore event data, trace back to root causes, and generate fix plans.
  • Project Configuration: Create, delete, and manage Sentry projects with ease.
  • Release Management: Track releases, deploy, and finalize releases.
  • Dashboard Creation: Customize and manage Sentry dashboards.
  • Authentication: Simplify authentication and token management.
  • API Access: Perform API requests with the CLI, simplifying integration and testing.
  • Use Case: Imagine you are a developer tasked with monitoring and improving the performance of a web application. The Sentry CLI allows you to quickly list unresolved issues, investigate events, and view traces for a specific project.

Quick Start

Run the command 'sentry issue list --query "is:unresolved" --limit 5' to list the latest 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 list unresolved Sentry issues from the command line?

List unresolved Sentry issues from the command line by running 'sentry issue list --query "is:unresolved"' to quickly retrieve and view current project errors.

Can I manage Sentry release tracking and deployments via CLI?

Manage Sentry release tracking and deployments via CLI by using commands to track, deploy, and finalize releases directly from your terminal for web application monitoring.

Does the Sentry CLI require authentication tokens to analyze events?

The Sentry CLI requires authentication tokens to analyze events, ensuring secure API access for tracing root causes and managing project configuration.

What is the best way to automate Sentry project configuration?

Automate Sentry project configuration by executing CLI commands to create, delete, and manage projects, streamlining error tracking and performance optimization workflows.

Are there limitations when using Sentry CLI for dashboard creation?

Limitations when using Sentry CLI for dashboard creation involve relying on the CLI binary and API access, which requires precise command syntax to customize and manage dashboards effectively.