sentry-workflow

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese
All Skills
所有技能

Sentry Workflow — Router

Sentry 工作流 — 路由

Match the user's intent to the appropriate workflow skill below.
SkillUse When
sentry-fix-issues
Finding and fixing production issues using Sentry MCP — stack traces, breadcrumbs, event data
sentry-code-review
Resolving comments from
sentry[bot]
on GitHub PRs
sentry-pr-code-review
Fixing issues detected by Seer Bug Prediction in PR reviews
sentry-sdk-upgrade
Upgrading the Sentry JavaScript SDK across major versions — migration guides, breaking changes, deprecated APIs
将用户意图与下方对应的工作流技能相匹配。
技能适用场景
sentry-fix-issues
借助Sentry MCP(堆栈跟踪、面包屑、事件数据)查找并修复生产问题
sentry-code-review
处理GitHub PR中来自
sentry[bot]
的评论
sentry-pr-code-review
修复PR审核中Seer漏洞预测检测到的问题
sentry-sdk-upgrade
跨大版本升级Sentry JavaScript SDK — 迁移指南、破坏性变更、废弃API处理

Routing Instructions

路由说明

  1. If the user mentions fixing errors, debugging exceptions, or investigating production issues → load
    sentry-fix-issues
    .
  2. If the user mentions Sentry bot comments, PR review comments from Sentry, or
    sentry[bot]
    → load
    sentry-code-review
    .
  3. If the user mentions Seer, bug prediction, or reviewing PRs for predicted issues → load
    sentry-pr-code-review
    .
  4. If the user mentions upgrading Sentry, migrating SDK versions, fixing deprecated Sentry APIs, or resolving breaking changes after a Sentry version bump → load
    sentry-sdk-upgrade
    .
  5. When unclear, ask whether the task involves live production issues (MCP), PR review comments, or SDK upgrades.
  1. 若用户提及修复错误、调试异常或排查生产问题 → 加载
    sentry-fix-issues
  2. 若用户提及Sentry机器人评论、来自Sentry的PR审核评论或
    sentry[bot]
    → 加载
    sentry-code-review
  3. 若用户提及Seer、漏洞预测或审核PR中的预测问题 → 加载
    sentry-pr-code-review
  4. 若用户提及升级Sentry、迁移SDK版本、修复Sentry废弃API或解决Sentry版本升级后的破坏性变更 → 加载
    sentry-sdk-upgrade
  5. 若意图不明确,询问任务是否涉及实时生产问题(MCP)、PR审核评论或SDK升级。

Dynamic Skill Fetching

动态技能获取

If the matched skill is not installed locally, fetch it directly from the repository:
  1. Build the raw URL:
    https://raw.githubusercontent.com/getsentry/sentry-for-ai/main/skills/<skill-name>/SKILL.md
  2. Fetch the file contents (e.g.
    curl -sL <url>
    ) and follow its instructions.
The Skill Tree lists every available skill with its path — use it as the source of truth for valid skill names and paths.
如果匹配到的技能未在本地安装,直接从仓库获取:
  1. 构建原始URL:
    https://raw.githubusercontent.com/getsentry/sentry-for-ai/main/skills/<skill-name>/SKILL.md
  2. 获取文件内容(例如
    curl -sL <url>
    )并遵循其说明。
技能树列出了所有可用技能及其路径——以此作为有效技能名称和路径的权威来源。