sentry-cli

Manage Sentry organizations, projects, issues, and API calls via CLI.

567|82|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/pedronauck/skills --skill sentry-cli-pedronauck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-cli
Source: https://github.com/pedronauck/skills/tree/main/skills/sentry-cli
Command: npx skills add https://github.com/pedronauck/skills --skill sentry-cli-pedronauck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a comprehensive guide to using the Sentry CLI, enabling efficient interaction with Sentry for issue tracking, project management, and API operations directly from the command line.

Core Features & Use Cases

  • Authentication: Securely log in and manage your Sentry authentication tokens.
  • Organization & Project Management: List, view, and manage your Sentry organizations and projects.
  • Issue & Event Handling: Query, view, explain, and plan solutions for Sentry issues, and inspect event details.
  • API Interaction: Make direct authenticated API calls to Sentry for advanced automation.

Quick Start

Use the sentry-cli skill to list all issues in the 'my-org/frontend' project, searching for 'TypeError'.

Frequently Asked Questions about sentry-cli

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

FAQPage Schema
How do I manage Sentry projects and organizations from the command line?

You can manage Sentry organizations and projects from the command line by using the Sentry CLI to securely authenticate, list available resources, and view project details directly without accessing the web UI.

Can I query and view Sentry issue details using the command line interface?

Yes, the Sentry CLI allows you to query, view, and inspect Sentry issues and event details directly from the command line, enabling efficient debugging and monitoring workflows for your applications.

What is the best way to make authenticated API calls to Sentry for automation?

The best way to make authenticated API calls is using the Sentry CLI, which facilitates direct API interaction for advanced automation, allowing you to manage error tracking and administration tasks seamlessly.

Does Sentry CLI support searching for specific error types like TypeError in my projects?

Yes, Sentry CLI supports searching for specific error types within your projects, allowing you to quickly query issues like 'TypeError' in a specified organization and project to streamline your debugging process.

How do I securely log in and manage authentication tokens for Sentry CLI?

You can securely log in and manage your Sentry authentication tokens using the CLI's built-in authentication features, ensuring your command-line driven workflows for error tracking remain secure and accessible.