sentry-automation

Automate Sentry issue triage, alert rules, releases, and monitoring via Rube MCP.

Updated Aug 11, 2026
One-click install
npx skills add https://github.com/DucCuong159/Realtime-chatapp --skill sentry-automation-duccuong159
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-automation
Source: https://github.com/DucCuong159/Realtime-chatapp/tree/main/.agent/skills/sentry-automation
Command: npx skills add https://github.com/DucCuong159/Realtime-chatapp --skill sentry-automation-duccuong159

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Managing Sentry error tracking manually across issues, alerts, releases, and cron monitors requires repetitive dashboard navigation and API calls. This Skill automates those Sentry operations through Composio's Sentry toolkit via Rube MCP, letting you investigate errors, configure alerts, and track releases with natural language commands. ## Core Features & Use Cases - Issue Investigation: List, filter, and inspect organization or project issues with Sentry search syntax, then drill into individual events and stack traces. - Alert & Release Management: Create project-level alert rules and org-level metric alerts, create releases, record deployments, and upload source maps. - Monitoring & Org Oversight: Update cron monitor configurations, list teams, members, and projects across your Sentry organization. - Use Case: After a production deploy, ask the AI to list unresolved issues from the last 24 hours, retrieve the top issue's stack trace, and create a new release deployment record — all without opening the Sentry dashboard. ## Quick Start Connect Rube MCP, activate the Sentry connection, then ask the AI to list all unresolved issues in my Sentry organization from the past 24 hours.

Frequently Asked Questions about sentry-automation

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

FAQPage Schema
How do I automate Sentry issue management with AI?

Connect Rube MCP as an MCP server, activate the Sentry toolkit connection via OAuth, then request operations like listing unresolved issues or retrieving event stack traces. The skill uses tools such as SENTRY_LIST_AN_ORGANIZATIONS_ISSUES and SENTRY_RETRIEVE_AN_ISSUE_EVENT.

How to create Sentry alert rules programmatically?

Use SENTRY_CREATE_PROJECT_RULE_FOR_ALERTS for project-level rules or SENTRY_CREATE_ORGANIZATION_ALERT_RULE for org-level metric alerts. Provide conditions, actions, filters, and a frequency in minutes, and resolve the project slug first via SENTRY_RETRIEVE_ORGANIZATION_PROJECTS.

What is Rube MCP and how does it connect to Sentry?

Rube MCP is Composio's MCP server endpoint (https://rube.app/mcp) that exposes third-party toolkits like Sentry without API keys. Add it to your MCP client, then run RUBE_MANAGE_CONNECTIONS with the sentry toolkit and complete the OAuth flow.

Why does my Sentry API call fail with organization or project names?

Sentry API calls require URL-safe slugs, not display names, for organization_id_or_slug and project_id_or_slug parameters. Resolve slugs first by calling SENTRY_GET_ORGANIZATION_DETAILS or SENTRY_RETRIEVE_ORGANIZATION_PROJECTS.

What are the limitations of automating Sentry through Rube MCP?

Operations depend on the authenticated user's Sentry permissions and API token scopes, and Sentry enforces per-organization rate limits requiring backoff on 429 responses. Tool schemas can change, so always call RUBE_SEARCH_TOOLS first to get current definitions.