sentry-workflow
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseAll Skills
所有技能
Sentry Workflow — Router
Sentry 工作流 — 路由
Match the user's intent to the appropriate workflow skill below.
| Skill | Use When |
|---|---|
| Finding and fixing production issues using Sentry MCP — stack traces, breadcrumbs, event data |
| Resolving comments from |
| Fixing issues detected by Seer Bug Prediction in PR reviews |
| Upgrading the Sentry JavaScript SDK across major versions — migration guides, breaking changes, deprecated APIs |
将用户意图与下方对应的工作流技能相匹配。
| 技能 | 适用场景 |
|---|---|
| 借助Sentry MCP(堆栈跟踪、面包屑、事件数据)查找并修复生产问题 |
| 处理GitHub PR中来自 |
| 修复PR审核中Seer漏洞预测检测到的问题 |
| 跨大版本升级Sentry JavaScript SDK — 迁移指南、破坏性变更、废弃API处理 |
Routing Instructions
路由说明
- If the user mentions fixing errors, debugging exceptions, or investigating production issues → load .
sentry-fix-issues - If the user mentions Sentry bot comments, PR review comments from Sentry, or → load
sentry[bot].sentry-code-review - If the user mentions Seer, bug prediction, or reviewing PRs for predicted issues → load .
sentry-pr-code-review - 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 - When unclear, ask whether the task involves live production issues (MCP), PR review comments, or SDK upgrades.
- 若用户提及修复错误、调试异常或排查生产问题 → 加载
sentry-fix-issues - 若用户提及Sentry机器人评论、来自Sentry的PR审核评论或→ 加载
sentry[bot]sentry-code-review - 若用户提及Seer、漏洞预测或审核PR中的预测问题 → 加载
sentry-pr-code-review - 若用户提及升级Sentry、迁移SDK版本、修复Sentry废弃API或解决Sentry版本升级后的破坏性变更 → 加载
sentry-sdk-upgrade - 若意图不明确,询问任务是否涉及实时生产问题(MCP)、PR审核评论或SDK升级。
Dynamic Skill Fetching
动态技能获取
If the matched skill is not installed locally, fetch it directly from the repository:
- Build the raw URL:
https://raw.githubusercontent.com/getsentry/sentry-for-ai/main/skills/<skill-name>/SKILL.md - Fetch the file contents (e.g. ) and follow its instructions.
curl -sL <url>
The Skill Tree lists every available skill with its path — use it as the source of truth for valid skill names and paths.
如果匹配到的技能未在本地安装,直接从仓库获取:
- 构建原始URL:
https://raw.githubusercontent.com/getsentry/sentry-for-ai/main/skills/<skill-name>/SKILL.md - 获取文件内容(例如 )并遵循其说明。
curl -sL <url>
技能树列出了所有可用技能及其路径——以此作为有效技能名称和路径的权威来源。