Sentry Backend Bugs

🏢Official
by getsentry · vlatest · Repository

Automatically identifies and prioritizes critical backend bugs reported to Sentry, streamlining developer response.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add sentry-backend-bugs npx -- -y @trustedskills/sentry-backend-bugs
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "sentry-backend-bugs": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/sentry-backend-bugs"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to interact with Sentry's backend API to retrieve and manage bug data. It can fetch details about specific issues, filter bugs based on criteria like severity or project, and potentially update issue statuses. The agent can leverage this information for tasks such as automated reporting, triaging, and incident response workflows.

When to use it

  • Automated Bug Reporting: Generate regular reports summarizing new bug activity within a Sentry project.
  • Incident Triage: Quickly retrieve details about high-priority bugs during an active incident to aid in investigation.
  • Issue Status Updates: Automatically update the status of bugs based on predefined criteria or external events (e.g., marking a bug as resolved after a code deployment).
  • Bug Assignment: Assign bugs to specific engineers based on project, severity, or other relevant factors.

Key capabilities

  • Retrieve issue details from Sentry's API.
  • Filter issues by various criteria (severity, project, etc.).
  • Potentially update issue statuses within Sentry.

Example prompts

  • "Show me all high-priority bugs in the 'production' project."
  • "What are the latest 5 unresolved bugs?"
  • "Mark bug with ID '12345' as 'resolved'."

Tips & gotchas

  • Requires Sentry API credentials to authenticate. Ensure these are securely provided to the AI agent.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
getsentry
Installs
23

🏢 Official

Published by the company or team that built the technology.