sentry-workflow

Route user intents to Sentry workflow skills for triage, review, and upgrades.

246|29|Updated Nov 10, 2025
One-click install
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-workflow
Source: https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-workflow
Command: npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Route user intents to the appropriate Sentry workflow skill to route tasks like production-issue fixes, code reviews, and SDK upgrades to the correct sub-skills (e.g., sentry-fix-issues, sentry-code-review, sentry-pr-code-review, sentry-sdk-upgrade).

Core Features & Use Cases

  • Deterministic routing: maps user requests to the correct workflow skill based on intent.
  • Dynamic skill discovery: fetches a skill when not installed locally from the Skill Tree.
  • Workflow orchestration: coordinates issues triage, PR reviews, and SDK upgrades via specialized sub-skills.

Quick Start

Trigger the routing by stating the user's goal (e.g., fix issues, review code, or upgrade the SDK) and load the matched Sentry workflow skill.

Frequently Asked Questions about sentry-workflow

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

FAQPage Schema
How do I route Sentry issues to the correct workflow for triage and code review?

Sentry workflow routing maps user intents to specialized skills based on the request, directing production-issue triage, PR reviews, and SDK upgrades to the appropriate sub-skills for execution.

What is the best way to automate Sentry SDK upgrades and production issue fixes?

Automating Sentry SDK upgrades and issue fixes relies on deterministic routing logic that matches your stated goal to the correct workflow skill, fetching it dynamically from the Skill Tree if not installed.

Does Sentry workflow routing support fetching skills that are not installed locally?

Sentry workflow routing supports dynamic skill discovery, automatically fetching the required workflow skill from the canonical Skill Tree when it is not installed locally in your environment.

Can I use Sentry workflow routing for both pull request reviews and general code reviews?

Sentry workflow routing directs code review intents to specialized sub-skills, mapping pull request reviews to sentry-pr-code-review and general code reviews to the sentry-code-review skill.

When should I use Sentry workflow routing instead of calling individual Sentry skills directly?

Use Sentry workflow routing when you need deterministic intent mapping to coordinate issues triage, code reviews, and SDK upgrades, ensuring tasks reach the correct specialized sub-skill without manual selection.