S

Sentry技能

add-ai-integration
sentry
Add a new AI provider integration to the Sentry JavaScript SDK. Use when contributing a new AI instrumentation (OpenAI, Anthropic, Vercel AI, LangChain, etc.)…
official
add-ai-integration
sentry
向Sentry JavaScript SDK添加新的AI提供商集成。在贡献新的AI工具(OpenAI、Anthropic、Vercel AI、LangChain等)时使用…
official
add-cdn-bundle
sentry
为浏览器包创建具有指定功能的新CDN捆绑包
official
agent-prompt
sentry
Reference guide for writing effective agent prompts and skills. Use when creating new skills, reviewing prompt quality, or understanding Warden's prompt…
official
agent-prompt
sentry
编写有效代理提示和技能的参考指南。用于创建新技能、审查提示质量或理解Warden的提示……
official
agents-md
sentry
创建和维护不超过60行的精简、高信号代理文档。强制执行基于研究的最佳实践,确保面向代理的文档质量;指令质量随长度下降。需要三个核心部分:包管理器、文件级命令(每个文件的测试/代码检查/类型检查)以及带有代理身份的提交归属。分析项目结构(锁定文件、代码检查配置、CI命令、单仓库指示器)以确定文件中应包含的内容。仅使用标题和项目符号;引用...
official
agents-md
sentry
This skill should be used when the user asks to "create AGENTS.md", "update AGENTS.md", "maintain agent docs", "set up CLAUDE.md", or needs to keep agent…
official
agents-md
sentry
当用户要求“创建AGENTS.md”、“更新AGENTS.md”、“维护代理文档”、“设置CLAUDE.md”或需要保持代理…时,应使用此技能。
official
agents-md
sentry
当用户要求“创建AGENTS.md”、“更新AGENTS.md”、“维护代理文档”、“设置CLAUDE.md”或需要保持代理…时,应使用此技能。
official
ai-sdk
sentry
Answer questions about the AI SDK and help build AI-powered features. Use when developers: (1) Ask about AI SDK functions like generateText, streamText,…
official
ai-sdk
sentry
ai-sdk — 一个可安装的AI代理技能,由getsentry/webvitals.com发布。
official
analytics
sentry
Instrument and discover analytics events in Sentry's frontend UI. Use when adding tracking to buttons, pages, modals, or custom interactions, when defining new…
official
analytics
sentry
在Sentry的前端UI中检测并发现分析事件。用于为按钮、页面、弹窗或自定义交互添加追踪,以及定义新的…
official
architecture-review
sentry
员工级代码库健康审查。发现单体模块、静默失败、类型安全漏洞、测试覆盖缺口以及LLM友好性问题。
official
architecture-review
sentry
Staff-level codebase health review. Finds monolithic modules, silent failures, type safety gaps, test coverage holes, and LLM-friendliness issues.
official
blog-writing-guide
sentry
按照Sentry的特定写作标准、语调和质量要求,为Sentry工程博客撰写、审阅和改进博文。使用此技能…
official
brand-guidelines
sentry
根据Sentry品牌指南撰写文案。适用于UI文本、错误消息、空状态、引导流程、404页面、文档、营销等场景。
official
brand-guidelines
sentry
根据Sentry品牌指南撰写文案。适用于UI文本、错误消息、空状态、引导流程、404页面、文档、营销等场景。
official
bump-size-limit
sentry
在.size-limit.js中增大尺寸限制,当size-limit CI检查失败时使用。适用于用户提到尺寸限制失败、打包体积检查失败、CI体积检查等情况。
official
bump-size-limit
sentry
Bump size limits in .size-limit.js when the size-limit CI check is failing. Use when the user mentions size limit failures, bundle size checks failing, CI size…
official
cell-architecture
sentry
Reference and active migration guide for Sentry's cell architecture. Explains what cells and localities are and why they're different, how requests reach cells…
official
cell-architecture
sentry
状态:活跃迁移进行中。迁移完成后应移除迁移相关章节,保留稳定的架构参考。
official
claude-settings-audit
sentry
分析仓库以生成推荐的Claude Code settings.json权限。适用于设置新项目、审计现有设置或…
official
claude-settings-audit
sentry
分析仓库以生成推荐的Claude Code settings.json权限。适用于设置新项目、审计现有设置或…
official
cmdk-actions
sentry
Guide for adding new actions to Sentry's Command+K palette. Use when implementing new cmdk actions, registering page-level or global actions, building async…
official
cmdk-actions
sentry
为Sentry的Command+K调色板添加新操作的指南。在实现新的cmdk操作、注册页面级或全局操作、构建异步操作时使用…
official
code-review
sentry
遵循Sentry工程实践进行代码审查。在审查拉取请求、检查代码变更或提供代码质量反馈时使用。
official
code-review
sentry
Perform code reviews following Sentry engineering practices. Use when reviewing pull requests, examining code changes, or providing feedback on code quality.…
official
code-review
sentry
遵循Sentry工程实践的代码审查框架,用于拉取请求和代码质量评估。涵盖六大关键问题领域:运行时错误、性能瓶颈、副作用、向后兼容性、ORM查询问题及安全漏洞。包含组件交互、架构对齐和需求冲突的设计评估指南,要求覆盖功能测试、集成测试和端到端测试的适当测试覆盖率,并验证边界情况...
official
code-review
sentry
遵循Sentry工程实践进行代码审查。在审查拉取请求、检查代码变更或提供代码质量反馈时使用。
official
code-simplifier
sentry
专注于代码简化和重构,提升清晰度、一致性和可维护性。应用CLAUDE.md中项目特定的最佳实践,包括ES模块、显式类型注解和正确的React模式。通过减少嵌套、优化命名和移除冗余抽象来消除不必要的复杂性。避免嵌套三元表达式和过于紧凑的解决方案,优先采用明确、可读的代码结构。在保留所有原始功能和行为的同时...
official
code-simplifier
sentry
Simplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Use when asked to "simplify code", "clean up…
official
code-simplifier
sentry
简化并优化代码,提升清晰度、一致性和可维护性,同时保留所有功能。当被要求“简化代码”、“清理代码”时使用。
official
code-simplifier
sentry
简化并优化代码,提升清晰度、一致性和可维护性,同时保留所有功能。当被要求“简化代码”、“清理代码”时使用。
official
commit
sentry
在提交代码变更时始终使用此技能——切勿直接提交。按照Sentry规范创建提交,遵循正确的常规提交格式…
official
commit
sentry
ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional…
official
commit
sentry
ALWAYS use this skill when committing code changes — never commit directly without it. Creates commits following Sentry conventions with proper conventional…
official
commit
sentry
强制执行Sentry约定式提交格式,包含正确的类型、作用域和问题引用。在提交到main或master分支前需要创建功能分支;使用create-branch技能管理分支工作流。支持12种提交类型(feat、fix、ref、perf、docs、test、build、ci、chore、style、meta、license),具有明确的主题行规则和问题引用的页脚模式。包含AI生成变更的Co-Authored-By署名,并通过显式方式处理破坏性变更...
official
commit
sentry
Create commit messages following Sentry conventions. Use when committing code changes, writing commit messages, or formatting git history. Follows conventional…
official
commit
sentry
commit — 一个可安装的AI代理技能,由getsentry/sentry-docs发布。
official
commit
sentry
根据 Sentry 规范创建提交信息。在提交代码变更、编写提交信息或格式化 Git 历史时使用。遵循常规…
official
contributing-md
sentry
Generate or align a CONTRIBUTING.md for a Sentry SDK repository with the develop.sentry.dev standard template. Use when asked to "create contributing.md",…
official
contributing-md
sentry
生成或对齐 Sentry SDK 仓库的 CONTRIBUTING.md 文件,使其符合标准模板。主要目标是确保规范合规;围绕模板保留或添加 SDK 特有的内容。目标行数为 100–200 行——详细流程位于 develop.sentry.dev,请链接至该处,不要重复内容。
official
create-branch
sentry
Create a git branch following Sentry naming conventions. Use when asked to "create a branch", "new branch", "start a branch", "make a branch", "switch to a new…
official
create-branch
sentry
按照Sentry命名规范创建git分支。当被要求“创建分支”、“新分支”、“开始分支”、“制作分支”、“切换到新分支…”时使用。
official
create-branch
sentry
按照Sentry命名规范创建git分支。当被要求“创建分支”、“新分支”、“开始分支”、“制作分支”、“切换到新分支…”时使用。
official
create-pr
sentry
Alias for sentry-skills:pr-writer. Use when users explicitly ask for "create-pr" or reference the legacy skill name. Redirects to the canonical PR writing…
official
create-pr
sentry
sentry-skills:pr-writer 的别名。当用户明确要求使用“create-pr”或引用旧版技能名称时使用。重定向到规范的 PR 编写…
official
create-pr
sentry
Create pull requests following Sentry conventions. Use when opening PRs, writing PR descriptions, or preparing changes for review. Follows Sentry's code review…
official
create-pr
sentry
在创建拉取请求时始终使用此技能——切勿直接创建PR。遵循Sentry关于PR标题、描述和问题的约定……
official
create-pr
sentry
sentry-skills:pr-writer 的别名。当用户明确要求使用“create-pr”或引用旧版技能名称时使用。重定向至规范的 PR 编写…
official
create-pr
sentry
根据Sentry规范创建拉取请求。在打开PR、编写PR描述或准备变更以供审查时使用。遵循Sentry的代码审查…
official
daily-update
sentry
Generate a formatted async daily standup message for the Sentry SDK team channel. Use when asked to create a "daily update", "async daily", "standup update",…
official
daily-update
sentry
为Sentry SDK团队频道生成格式化的异步每日站会消息。当被要求创建“每日更新”、“异步每日”、“站会更新”等时使用。
official
db-migrate
sentry
Create database migrations using Drizzle Kit. Use when adding/modifying tables, columns, or indexes. Ensures schema.ts and migrations stay in sync.
official
db-migrate
sentry
使用 Drizzle Kit 创建数据库迁移。在添加或修改表、列、索引时使用。确保 schema.ts 和迁移保持同步。
official
design-system
sentry
Guide for using Sentry's layout and text primitives. Use when implementing UI components, layouts, or typography. Enforces use of core components over styled…
official
design-system
sentry
使用Sentry布局和文本原语的指南。在实现UI组件、布局或排版时使用。强制使用核心组件而非样式化…
official
deslop
sentry
简化代码接口并移除代码库中的冗余,同时保持行为不变。当被要求“deslop”、“简化此接口”、“移除冗余”、“清理…”时使用。
official
dex
sentry
Manage tasks via dex CLI. Use when breaking down complex work, tracking implementation items, or persisting context across sessions.
official
dex
sentry
通过 dex 命令行管理任务。在分解复杂工作、跟踪实施项或跨会话持久化上下文时使用。
official
django-access-review
sentry
Django访问控制与IDOR安全审查。用于审查Django视图、DRF视图集、ORM查询或任何处理用户的Python/Django代码…
official
django-access-review
sentry
Django访问控制与IDOR安全审查。用于审查Django视图、DRF视图集、ORM查询或任何处理用户的Python/Django代码…
official
django-models
sentry
Design Django ORM models for Sentry following architectural conventions for silos, replication, relocation, and foreign keys. Use when adding a new Django…
official
django-models
sentry
遵循Sentry的架构约定,设计Django ORM模型,涵盖隔离、复制、迁移和外键。在添加新的Django…时使用。
official
django-perf-review
sentry
Django 性能代码审查。当被要求“审查 Django 性能”、“查找 N+1 查询”、“优化 Django”、“检查查询集性能”、“数据库…”时使用。
official
django-perf-review
sentry
Django 性能代码审查。当被要求“审查 Django 性能”、“查找 N+1 查询”、“优化 Django”、“检查查询集性能”、“数据库…”时使用。
official
doc-coauthoring
sentry
引导用户完成文档协作编写的结构化工作流程。适用于用户需要编写文档、提案、技术规范、决策…等场景。
official
doc-coauthoring
sentry
引导用户完成文档协作编写的结构化工作流程。适用于用户需要编写文档、提案、技术规范、决策…等场景。
official
docs-review
sentry
Review documentation for Sentry style and voice. Use when reviewing or writing user-facing documentation to ensure it follows the Sentry documentation style…
official
docs-review
sentry
审查Sentry风格和语气的文档。在审查或编写面向用户的文档时使用,以确保其遵循Sentry文档风格…
official
document-api-endpoint
sentry
记录并键入Sentry API端点。编写或修复@extend_schema装饰器,指定响应TypedDicts,键入请求参数,纠正类型漂移…
official
dotagents
sentry
使用dotagents管理代理技能依赖。当被要求“添加技能”、“安装技能”、“移除技能”、“更新技能”、“dotagents init”等时使用。
official
dotagents
sentry
使用 dotagents 管理代理技能依赖。当被要求“添加技能”、“安装技能”、“移除技能”、“dotagents init”、“agents.toml”等时使用。
official
dotagents-qa
sentry
在 Docker 沙箱中测试 dotagents 的行为变更。当变更可能影响 dotagents 的安装、同步、列表、诊断、技能放置、代理符号链接、MCP 或其他功能时使用。
official
e2e
sentry
Run E2E tests for Sentry JavaScript SDK test applications
official
e2e
sentry
为Sentry JavaScript SDK测试应用运行E2E测试
official
find-bugs
sentry
Find bugs, security vulnerabilities, and code quality issues in local branch changes. Use when asked to review changes, find bugs, security review, or audit…
official
find-bugs
sentry
全面代码审查,识别分支变更中的错误、安全漏洞和质量问题。执行结构化的五阶段审查流程:收集完整差异、映射攻击面、运行详细安全检查清单、验证发现结果以及审计覆盖范围,最终得出结论。安全检查清单涵盖11个关键领域,包括注入、跨站脚本(XSS)、身份验证、授权、跨站请求伪造(CSRF)、竞态条件、会话管理、加密、信息泄露等。
official
find-bugs
sentry
在本地分支变更中查找错误、安全漏洞和代码质量问题。当被要求审查变更、查找错误、进行安全审查或审计时使用…
official
find-bugs
sentry
在本地分支变更中查找错误、安全漏洞和代码质量问题。当被要求审查变更、查找错误、进行安全审查或审计时使用…
official
find-bugs
sentry
在本地分支变更中查找错误、安全漏洞和代码质量问题。当被要求审查变更、查找错误、进行安全审查或审计时使用…
official
find-warden-bugs
sentry
基于历史模式的Warden专用漏洞检测。针对漏洞反复出现的架构接缝:SDK IPC、双报告路径、配置…
official
fix-issue
sentry
Attempt a small, verified fix for a GitHub issue in `getsentry/sentry-javascript`, then open a PR. Bail out and comment on the issue if the fix is non-trivial.
official
fix-issue
sentry
Attempt a small, verified fix for a GitHub issue in `getsentry/sentry-javascript`, then open a PR. Bail out and comment on the issue if the fix is non-trivial.
official
fix-security-vulnerability
sentry
Analyze and propose fixes for Dependabot security alerts
official
fix-security-vulnerability
sentry
分析并针对 Dependabot 安全警报提出修复方案
official
fix-security-vulnerability
sentry
Analyze and propose fixes for Dependabot security alerts
official
fix-security-vulnerability
sentry
Analyze and propose fixes for Dependabot security alerts
official
fix-security-vulnerability
sentry
分析并针对 Dependabot 安全警报提出修复方案
official
fix-security-vulnerability
sentry
分析并针对 Dependabot 安全警报提出修复方案
official
frontend-design
sentry
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, artifacts,…
official
frontend-design
sentry
创建具有高设计质量的独特、生产级前端界面。当用户要求构建网页组件、页面、制品等时使用此技能。
official
generate-bug-report
sentry
生成一份全面的Sentry错误报告。当用户明确要求“生成错误报告”时使用。
official
generate-frontend-forms
sentry
使用Sentry新表单系统创建表单的指南。在实现表单、表单字段、验证或自动保存功能时使用。
official
generate-frontend-forms
sentry
Guide for creating forms using Sentry's new form system. Use when implementing forms, form fields, validation, or auto-save functionality.
official
generate-migration
sentry
为Sentry生成Django数据库迁移。在创建迁移、添加/删除列或表、添加索引或解决迁移问题时使用。
official
generate-migration
sentry
Generate Django database migrations for Sentry. Use when creating migrations, adding/removing columns or tables, adding indexes, or resolving migration…
official
generate-snapshot-tests
sentry
Generate snapshot test files for Sentry frontend React components. Use when asked to "generate snapshot tests", "add snapshot tests", "create visual…
official
generate-snapshot-tests
sentry
为Sentry前端React组件生成快照测试文件。当被要求“生成快照测试”、“添加快照测试”、“创建视觉…”时使用。
official
gh-review-requests
sentry
获取指定团队被请求审阅或由团队成员发起的未读GitHub通知中的开放PR。当被要求“查找我需要审阅的PR”时使用…
official
gha-security-review
sentry
对GitHub Actions工作流进行安全审查,查找可利用漏洞。适用于被要求“审查GitHub Actions”、“审计工作流”、“检查CI安全性”等场景。
official
hybrid-cloud-outboxes
sentry
Guide for creating and maintaining outbox-based eventually consistent operations in Sentry. Most commonly used for cross-silo data replication, but applicable…
official
hybrid-cloud-outboxes
sentry
Sentry使用事务性发件箱模式来实现最终一致性操作。当模型发生变化时,会在同一数据库事务内写入一条发件箱记录。事务提交后,发件箱被清空——触发一个信号,进而引发RPC调用、墓碑传播或审计日志等副作用。
official
hybrid-cloud-rpc
sentry
Guide for creating, updating, and deprecating hybrid cloud RPC services in Sentry. Use when asked to "add RPC method", "create RPC service", "hybrid cloud…
official
hybrid-cloud-rpc
sentry
在Sentry中创建、更新和弃用混合云RPC服务的指南。当被要求“添加RPC方法”、“创建RPC服务”、“混合云…”时使用。
official
hybrid-cloud-test-gen
sentry
Generate hybrid cloud tests for the Sentry codebase. Use when asked to "generate HC test", "create hybrid cloud test", "write HC test", "add HC test", "write…
official
hybrid-cloud-test-gen
sentry
为Sentry代码库生成混合云测试。当被要求“生成HC测试”、“创建混合云测试”、“编写HC测试”、“添加HC测试”、“编写…
official
issue-triage
sentry
当被要求对新开的GitHub问题进行分类、诊断问题有效性、搜索重复项、关闭确认的重复项、留下简洁的范围说明,或…时使用。
official
iterate-pr
sentry
反复修改PR直到CI通过。当需要修复CI失败、处理审查反馈或持续推送修复直至所有检查通过时使用。……
official
iterate-pr
sentry
反复修改PR直到CI通过。当需要修复CI失败、处理审查反馈或持续推送修复直至所有检查通过时使用。……
official
junior-qa
sentry
通过本地面向应用的路径验证Junior的变更。用于本地客户端或代理QA、仪表盘模拟报告UI QA、PR就绪检查、插件CLI命令等。
official
linear-initiative
sentry
Creates Linear projects for SDK repositories based on a Linear initiative. Use when rolling out a feature across multiple SDKs, creating SDK projects from…
official
linear-initiative
sentry
基于Linear倡议为SDK仓库创建Linear项目。适用于跨多个SDK推出功能、从…创建SDK项目时使用。
official
linear-project-status
sentry
Analyze a Linear project's health and produce a status summary for a project lead or manager. Inspects status-update cadence, lead/owner presence, target-date…
official
linear-project-status
sentry
分析Linear项目的健康状况,并为项目负责人或经理生成状态摘要。检查状态更新节奏、负责人/所有者是否到位、目标日期……
official
linear-project-update
sentry
Help the user draft and (with their explicit approval) post a status update to a Linear project they lead. Use whenever the user wants to "post a project…
official
linear-project-update
sentry
帮助用户起草并在获得明确批准后,发布一条状态更新到他们负责的Linear项目。在用户想要“发布项目……”时使用。
official
linear-sdk-telemetry-labeler
sentry
Classify and apply SDK Telemetry labels to Linear issues based on their title and description. Use when triaging issues related to SDK telemetry signals:…
official
linear-sdk-telemetry-labeler
sentry
根据每个问题的标题和描述内容,从Sentry工作区的标签分类中识别Linear问题并应用SDK遥测标签。
official
linear-type-labeler
sentry
根据每个问题的标题和描述内容,对Linear问题进行分类,并从Sentry工作区的标签分类体系中应用一个类型标签。
official
linear-type-labeler
sentry
Classify and apply Type labels to Linear issues based on their title and description.
official
lint-fix
sentry
修复整个代码库中 eslintPluginScraps 规则的违规问题。当被要求“修复 lint 违规”、“应用 lint 规则”、“修复 scraps 规则错误”、“回滚…”时使用。
official
lint-new
sentry
为 eslintPluginScraps 创建一条新的 ESLint 规则并附带测试。当被要求“创建一条 lint 规则”、“添加一条 eslint 规则”、“搭建一条规则”、“编写一条新…”时使用。
official
logging-observability
sentry
Review code for correct logging and error handling patterns. Use when reviewing code that handles errors, uses logging functions, or captures exceptions.…
official
logging-observability
sentry
审查代码以确保日志记录和错误处理模式正确。适用于审查处理错误、使用日志记录函数或捕获异常的代码。
official
marketing-psychology
sentry
When the user wants to apply psychological principles, mental models, or behavioral science to marketing. Also use when the user mentions 'psychology,' 'mental…
official
marketing-psychology
sentry
当用户希望将心理学原理、思维模型或行为科学应用于营销时。也适用于用户提及“心理学”、“思维…”的情况。
official
mcp-audit
sentry
Audit MCP servers for protocol compliance, metadata drift, and compatibility regressions. Use when reviewing tool annotations, tool/result schemas, structured…
official
mcp-audit
sentry
审计MCP服务器的协议合规性、元数据漂移和兼容性回归。在审查工具注释、工具/结果模式、结构化…时使用。
official
mcp-qa
sentry
QA MCP tool changes with local CLI and real agent clients. Use when explicitly invoked via /mcp-qa or when asked to QA MCP tool changes end-to-end.
official
mcp-qa
sentry
QA MCP工具变更,配合本地CLI和真实代理客户端使用。当通过/mcp-qa明确调用或要求端到端QA MCP工具变更时使用。
official
migrate-container-queries
sentry
Guide for migrating viewport media queries (@media, useMedia) to container queries in Sentry's frontend. Use when migrating responsive layout to container…
official
migrate-frontend-forms
sentry
Guide for migrating forms from the legacy JsonForm/FormModel system to the new TanStack-based form system.
official
migrate-frontend-forms
sentry
从旧的JsonForm/FormModel系统迁移表单到新的基于TanStack的表单系统的指南。
official
next-best-practices
sentry
Next.js 最佳实践 - 文件约定、RSC边界、数据模式、异步API、元数据、错误处理、路由处理器、图片/字体优化…
official
nitro
sentry
Build and deploy universal JavaScript servers with Nitro v3. Use when working with nitro.config.ts, defineNitroConfig, defineHandler, defineConfig, server.ts…
official
nitro
sentry
使用 Nitro v3 构建和部署通用 JavaScript 服务器。适用于处理 nitro.config.ts、defineNitroConfig、defineHandler、defineConfig、server.ts…
official
notification-platform
sentry
Guide for adding notifications, custom renderers, or new providers to Sentry's NotificationPlatform. Use when asked to "add notification", "new notification",…
official
notification-platform
sentry
关于向Sentry的NotificationPlatform添加通知、自定义渲染器或新提供商的指南。当被要求“添加通知”、“新通知”等时使用。
official
notseer
sentry
高精度缺陷检测。每份报告都是确凿证据,而非猜测。能准确发现逻辑错误、空值处理缺陷、异步问题及边界情况。
official
openspec-apply-change
sentry
Implement tasks from an OpenSpec change. Use when the user wants to start implementing, continue implementation, or work through tasks.
official
openspec-apply-change
sentry
实现OpenSpec变更中的任务。当用户想要开始实施、继续实施或逐步完成任务时使用。
official
openspec-archive-change
sentry
Archive a completed change in the experimental workflow. Use when the user wants to finalize and archive a change after implementation is complete.
official
openspec-archive-change
sentry
在实验工作流中归档已完成的变更。当用户希望在实施完成后最终确定并归档变更时使用。
official
openspec-explore
sentry
Enter explore mode - a thinking partner for exploring ideas, investigating problems, and clarifying requirements. Use when the user wants to think through…
official
openspec-explore
sentry
进入探索模式——一个用于探索想法、调查问题和澄清需求的思考伙伴。当用户想要思考……时使用。
official
openspec-propose
sentry
Propose a new change with all artifacts generated in one step. Use when the user wants to quickly describe what they want to build and get a complete proposal…
official
openspec-propose
sentry
一步生成所有工件,提出新的变更。当用户希望快速描述他们想要构建的内容并获得完整提案时使用…
official
openspec-sync-specs
sentry
Sync delta specs from a change to main specs. Use when the user wants to update main specs with changes from a delta spec, without archiving the change.
official
openspec-sync-specs
sentry
将变更中的增量规范同步到主规范。当用户希望用增量规范的变更更新主规范,而不归档该变更时使用。
official
pi-agent-integration
sentry
Integrate `@mariozechner/pi-agent-core` as the agent abstraction inside another library or runtime. Use when implementing or refactoring Pi Agent wrappers,…
official
pi-agent-integration
sentry
Integrate the latest `@earendil-works/pi-agent-core` APIs into an app, library, runtime, or agent harness. Use for Pi `Agent`, `AgentHarness`, streaming…
official
pr-link-issue
sentry
将 GitHub 问题链接及其 Linear 工单附加到当前 PR 的描述中。当被要求“将问题链接到 PR”、“在 PR 中填写问题和 Linear”、“添加…”时使用。
official
pr-writer
sentry
按照Sentry规范创建和更新拉取请求。在打开PR或对现有PR进行实质性更改后刷新时使用。
official
presentation-creator
sentry
使用React、Vite和Recharts创建数据驱动的演示幻灯片,并带有Sentry品牌风格。当被要求“创建演示文稿”、“制作幻灯片”、“生成…”时使用。
official
programmatic-seo
sentry
When the user wants to create SEO-driven pages at scale using templates and data. Also use when the user mentions "programmatic SEO," "template pages," "pages…
official
programmatic-seo
sentry
当用户希望使用模板和数据大规模创建SEO驱动的页面时使用。也适用于用户提及“程序化SEO”、“模板页面”、“页面…”的情况。
official
prompt-optimizer
sentry
创建、优化并迭代改进智能体提示词、系统提示词、开发者提示词以及可复用的提示词模板。当被要求改进某个……时使用。
official
public-docs
sentry
Create and maintain public, user-facing product documentation for this repo's `packages/docs` app. Use when asked to write, revise, or review docs pages…
official
public-docs
sentry
Create and maintain public, user-facing product documentation for this repo's `packages/docs` app. Use when asked to write, revise, or review docs pages…
official
qa
sentry
在本地开发服务器上对QA测试变更进行端到端验证。当通过/qa明确调用时使用。
official
react-component-documentation
sentry
Create or update component documentation in Sentry's MDX stories format. Use when asked to "document a component", "add stories", "write component docs",…
official
react-component-documentation
sentry
在Sentry的MDX故事格式中创建或更新组件文档。当被要求“记录组件”、“添加故事”、“编写组件文档”等时使用。
official
release
sentry
Publish a new Sentry JavaScript SDK release. Use when preparing a release, updating the changelog, or creating a release branch.
official
release
sentry
发布新的Sentry JavaScript SDK版本。用于准备发布、更新变更日志或创建发布分支时使用。
official
replay-ux-research
sentry
分析Sentry会话回放,以揭示指定产品领域的用户体验模式、痛点及用户旅程。适用于被要求“展示用户如何使用”、“日常…”等场景。
official
sdk-feature-implementation
sentry
在Sentry SDK仓库中通过生成并行代理来实现一个功能。适用于当你拥有Linear计划/项目/问题,并希望创建草稿…
official
security-review
sentry
在代码变更中发现可利用的应用安全漏洞。用于Warden安全扫描、应用安全审查、OWASP风格检查、身份验证或……
official
security-review
sentry
Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP…
official
security-review
sentry
系统化安全代码审查,通过数据流验证识别高置信度漏洞。仅关注高置信度发现:已确认攻击者可控输入的漏洞模式,跳过理论问题和框架缓解的代码。报告前需进行代码库研究:追踪数据流,检查验证/清理机制,并验证可利用性,而非仅依赖模式匹配。涵盖14类漏洞(注入、XSS……)
official
security-review
sentry
Finds exploitable application security vulnerabilities in code changes. Use for Warden security scans, appsec review, OWASP-style checks, authentication or…
official
security-review
sentry
对代码进行安全漏洞审查。当被要求进行“安全审查”、“查找漏洞”、“检查安全问题”、“审计安全性”、“OWASP…”时使用。
official
security-review
sentry
对代码进行安全漏洞审查。当被要求进行“安全审查”、“查找漏洞”、“检查安全问题”、“审计安全性”、“OWASP…”时使用。
official
seer-embed
sentry
Add a new Seer embed widget — a rich component rendered inline in Seer's markdown output via tag syntax. Covers schema, component, registration, and backend…
official
sentry-android-sdk
sentry
完整的Sentry SDK配置,适用于Android。当被要求“为Android添加Sentry”、“安装sentry-android”、“在Android中配置Sentry”或配置错误…时使用。
official
sentry-backend-bugs
sentry
Review Sentry Python and Django changes for bug patterns drawn from real production issues. Use when reviewing a backend diff or PR, checking Warden findings,…
official
sentry-backend-bugs
sentry
审查Sentry Python和Django的变更,查找源自实际生产问题的错误模式。在审查后端差异或PR、检查Warden发现时使用…
official
sentry-browser-sdk
sentry
完整的Sentry SDK配置,适用于浏览器端JavaScript。当被要求“为网站添加Sentry”、“安装@sentry/browser”或配置错误监控、追踪等时使用。
official
sentry-cli
sentry
sentry-cli — an installable skill for AI agents, published by getsentry/cli.
official
sentry-cli
sentry
使用 Sentry CLI 从命令行与 Sentry 交互的指南。当用户询问通过 CLI 查看问题、事件、项目、组织、进行 API 调用或进行 Sentry 身份验证时使用。
sentry-cli
sentry
使用 Sentry CLI 从命令行与 Sentry 交互的指南。当用户询问查看问题、事件、项目、组织等时使用。
official
sentry-cloudflare-sdk
sentry
完整的 Sentry SDK 配置,适用于 Cloudflare Workers 和 Pages。当被要求“为 Cloudflare Workers 添加 Sentry”、“安装 @sentry/cloudflare”或配置错误…时使用。
official
sentry-cocoa-sdk
sentry
适用于苹果平台(iOS、macOS、tvOS、watchOS、visionOS)的完整Sentry SDK配置。当被要求“为iOS添加Sentry”、“为Swift添加Sentry”、“安装…”时使用。
official
sentry-cocoa-sdk
sentry
适用于苹果平台(iOS、macOS、tvOS、watchOS、visionOS)的完整Sentry SDK配置。当被要求“为iOS添加Sentry”、“为Swift添加Sentry”、“安装…”时使用。
official
sentry-code-review
sentry
分析和解决GitHub拉取请求中Sentry的评论。当被要求审查或修复PR评论中Sentry识别的问题时使用。可以审查…
official
sentry-code-review
sentry
分析和解决GitHub拉取请求中Sentry的评论。当被要求审查或修复PR评论中Sentry识别的问题时使用。可以审查…
developmentofficial
sentry-code-review
sentry
分析和解决GitHub拉取请求中Sentry的评论。当被要求审查或修复PR评论中Sentry识别的问题时使用。可以审查…
official
sentry-create-alert
sentry
使用工作流引擎API创建Sentry警报。当被要求创建警报、设置通知、配置问题优先级警报或构建工作流时使用…
official
sentry-create-alert
sentry
Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow…
official
sentry-create-alert
sentry
Create Sentry alerts using the workflow engine API. Use when asked to create alerts, set up notifications, configure issue priority alerts, or build workflow…
official
sentry-create-alert
sentry
使用工作流引擎API创建Sentry警报。当被要求创建警报、设置通知、配置问题优先级警报或构建工作流时使用…
official
sentry-create-alert
sentry
使用工作流引擎API创建Sentry警报。当被要求创建警报、设置通知、配置问题优先级警报或构建工作流时使用…
official
sentry-debug-issue
sentry
Debug and fix a Sentry issue — find it (by link, ID, or search), pull full context (stack trace, breadcrumbs, trace, logs), optionally run Seer root-cause /…
official
sentry-debug-issue
sentry
Debug and fix a Sentry issue — find it (by link, ID, or search), pull full context (stack trace, breadcrumbs, trace, logs), optionally run Seer root-cause /…
official
sentry-debug-issue
sentry
Debug and fix a Sentry issue — find it (by link, ID, or search), pull full context (stack trace, breadcrumbs, trace, logs), optionally run Seer root-cause /…
official
sentry-debug-issue
sentry
调试并修复 Sentry 问题 — 通过链接、ID 或搜索找到问题,获取完整上下文(堆栈跟踪、面包屑、追踪、日志),可选运行 Seer 根因分析 /…
official
sentry-docs
sentry
This repo builds docs.sentry.io . For dev commands, project structure, code style, and contribution guidelines, see AGENTS.md .
official
sentry-docs
sentry
Sentry 文档站点 (docs.sentry.io)。用于贡献文档或了解文档架构。如果你需要在项目中设置 Sentry 或调试…
official
sentry-dotnet-sdk
sentry
完整的Sentry SDK配置,适用于.NET。当被要求“为.NET添加Sentry”、“为C#安装Sentry”或配置错误监控、追踪、性能分析、日志记录等时使用。
official
sentry-dotnet-sdk
sentry
完整的Sentry SDK配置,适用于.NET。当被要求“为.NET添加Sentry”、“为C#安装Sentry”或配置错误监控、追踪、性能分析、日志记录等时使用。
official
sentry-elixir-sdk
sentry
为Elixir提供完整的Sentry SDK配置。当被要求“为Elixir添加Sentry”、“为Elixir安装sentry”或配置错误监控、追踪、日志记录等时使用。
official
sentry-feature-setup
sentry
Configure specific Sentry features beyond basic SDK setup. Use when asked to monitor AI/LLM calls, set up OpenTelemetry pipelines, create alerts and…
official
sentry-feature-setup
sentry
Configure specific Sentry features beyond basic SDK setup. Use when asked to set up OpenTelemetry pipelines, create alerts and notifications, or set up Sentry…
official
sentry-feature-setup
sentry
配置Sentry特定功能,超越基础SDK设置。当被要求监控AI/LLM调用、设置OpenTelemetry管道或创建警报时使用…
official
sentry-fix-issues
sentry
利用Sentry的完整调试功能发现、分析并修复生产环境问题。通过与Sentry MCP集成,可跨项目搜索问题、检索堆栈跟踪、面包屑记录、追踪信息及AI生成的根因分析。遵循七阶段结构化工作流程:发现、深度分析、假设形成、代码调查、实施、验证和报告。将所有Sentry事件数据视为不可信的外部输入;对嵌入内容强制执行安全约束...
official
sentry-fix-issues
sentry
使用MCP查找并修复Sentry中的问题。当被要求修复Sentry错误、调试生产问题、调查异常或解决报告中提到的漏洞时使用…
official
sentry-fix-issues
sentry
有条理地发现、分析并修复生产环境问题,利用Sentry的调试能力。与Sentry MCP集成,用于搜索问题、检索堆栈跟踪、面包屑、追踪信息,以及通过Seer工具获取AI生成的根因分析。遵循七个阶段的工作流程:发现、深度分析、假设形成、代码调查、实施、验证和报告。将所有Sentry事件数据视为不可信的外部输入;对嵌入内容执行严格的安全规则...
official
sentry-fix-issues
sentry
使用MCP查找并修复Sentry中的问题。当被要求修复Sentry错误、调试生产问题、调查异常或解决报告中提到的bug时使用…
official
sentry-fix-stack-traces
sentry
Make Sentry stack traces readable — upload source maps for JavaScript/TypeScript, or debug files for native and mobile (dSYM, ProGuard/R8, NDK symbols, Dart…
official
sentry-flutter-sdk
sentry
完整的Sentry SDK配置,适用于Flutter和Dart。当被要求“为Flutter添加Sentry”、“安装sentry_flutter”、“在Dart中配置Sentry”或配置错误…时使用。
official
sentry-get-started
sentry
Guided entry point for using Sentry through your agent. Orients you to your current setup and, for a new project, sets up Sentry end to end with sane defaults…
official
sentry-get-started
sentry
Guided entry point for using Sentry through your agent. Orients you to your current setup and, for a new project, sets up Sentry end to end with sane defaults…
official
sentry-get-started
sentry
Guided entry point for using Sentry through your agent. Orients you to your current setup and, for a new project, sets up Sentry end to end with sane defaults…
official
sentry-get-started
sentry
通过您的代理使用Sentry的引导式入口点。帮助您了解当前设置,对于新项目,使用合理的默认值端到端地设置Sentry…
official
sentry-go-sdk
sentry
完整的Sentry SDK在Go中的设置。当被要求“为Go添加Sentry”、“安装sentry-go”、“在Go中设置Sentry”或配置错误监控、追踪、日志记录等时使用。
official
sentry-go-sdk
sentry
完整的Sentry SDK配置,适用于Go语言。当被要求“为Go添加Sentry”、“安装sentry-go”、“在Go中设置Sentry”或配置错误监控、追踪、日志记录等时使用。
official
sentry-instrument
sentry
Instrument an application with Sentry — detect the platform, install and initialize the SDK if needed, and wire up any signal — error monitoring,…
official
sentry-instrument
sentry
Instrument an application with Sentry — detect the platform, install and initialize the SDK if needed, and wire up any signal — error monitoring,…
official
sentry-instrument
sentry
使用Sentry对应用程序进行检测——检测平台,必要时安装并初始化SDK,并连接任何信号——错误监控,……
official
sentry-instrument-logging
sentry
在新应用或现有应用中植入结构化的Sentry日志。
official
sentry-instrumentation-guide
sentry
决定在代码中添加监控时,应选择哪种Sentry信号——错误、跨度、跨度属性、日志或指标。在添加监控且不确定时使用…
official
sentry-ios-swift-setup
sentry
在iOS/Swift应用中配置Sentry。当被要求为iOS添加Sentry、安装sentry-cocoa SDK或为使用Swift的iOS应用配置错误监控时使用…
official
sentry-ios-swift-setup
sentry
在 iOS/Swift 应用中配置 Sentry。当被要求为 iOS 添加 Sentry、安装 sentry-cocoa SDK 或配置错误监控、追踪、会话回放、日志记录等时使用。
official
sentry-ios-swift-setup
sentry
在 iOS/Swift 应用中配置 Sentry。当被要求为 iOS 添加 Sentry、安装 sentry-cocoa SDK 或配置错误监控、追踪、会话回放、日志记录等时使用。
official
sentry-javascript-bugs
sentry
Review Sentry React and TypeScript changes for bug patterns drawn from real production issues. Use when reviewing a frontend diff or PR, checking Warden…
official
sentry-javascript-bugs
sentry
审查Sentry React和TypeScript变更,查找来自实际生产问题的错误模式。在审查前端差异或PR、检查Warden时使用…
official
sentry-nestjs-sdk
sentry
完整的Sentry SDK配置,适用于NestJS。当被要求“为NestJS添加Sentry”、“安装@sentry/nestjs”、“在NestJS中配置Sentry”或配置错误监控时使用…
official
sentry-nextjs-sdk
sentry
完整的Sentry SDK配置,适用于Next.js。当被要求“为Next.js添加Sentry”、“安装@sentry/nextjs”或配置错误监控、追踪、会话回放等时使用。
official
sentry-nextjs-sdk
sentry
完整的Sentry SDK配置,适用于Next.js。当被要求“为Next.js添加Sentry”、“安装@sentry/nextjs”或配置错误监控、追踪、会话回放等时使用。
official
sentry-node-sdk
sentry
完整的 Sentry SDK 配置,适用于 Node.js、Bun 和 Deno。当被要求“为 Node.js 添加 Sentry”、“为 Bun 添加 Sentry”、“为 Deno 添加 Sentry”、“安装 @sentry/node”等时使用。
official
sentry-otel-exporter-setup
sentry
配置带有Sentry导出器的OpenTelemetry Collector,实现多项目路由和自动项目创建。在设置OTel与Sentry时使用,…
official
sentry-otel-exporter-setup
sentry
Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry,…
official
sentry-otel-exporter-setup
sentry
配置带有Sentry导出器的OpenTelemetry Collector,实现多项目路由和自动项目创建。在设置OTel与Sentry时使用,…
official
sentry-otel-exporter-setup
sentry
Configure the OpenTelemetry Collector with Sentry Exporter for multi-project routing and automatic project creation. Use when setting up OTel with Sentry,…
official
sentry-otel-exporter-setup
sentry
配置带有Sentry导出器的OpenTelemetry Collector,实现多项目路由和自动项目创建。在设置OTel与Sentry时使用…
official
sentry-php-sdk
sentry
完整的Sentry SDK PHP配置。当被要求“为PHP添加Sentry”、“安装sentry/sentry”、“在PHP中配置Sentry”或配置错误监控、追踪等时使用。
official
sentry-pr-code-review
sentry
审查项目的PR,检查Seer Bug Prediction在代码审查中发现的问题。当被要求审查或修复Sentry在PR中识别的问题时使用…
official
sentry-pr-code-review
sentry
审查项目的PR,检查Seer Bug Prediction在代码审查中发现的问题。当被要求审查或修复Sentry在PR中识别的问题时使用…
official
sentry-python-sdk
sentry
完整的Sentry SDK配置,适用于Python。当被要求“为Python添加Sentry”、“安装sentry-sdk”、“在Python中设置Sentry”或配置错误监控时使用,…
official
sentry-python-sdk
sentry
完整的Sentry SDK配置,适用于Python。当被要求“为Python添加Sentry”、“安装sentry-sdk”、“在Python中设置Sentry”或配置错误监控时使用,…
official
sentry-python-setup
sentry
在Python应用中配置Sentry。当被要求为Python添加Sentry、安装sentry-sdk或配置错误监控、性能分析或日志记录时使用…
official
sentry-react-native-sdk
sentry
完整的Sentry SDK配置,适用于React Native和Expo。当被要求“为React Native添加Sentry”、“安装@sentry/react-native”、“在Expo中配置Sentry”等时使用。
official
sentry-react-native-sdk
sentry
完整的Sentry SDK配置,适用于React Native和Expo。当被要求“为React Native添加Sentry”、“安装@sentry/react-native”、“在Expo中设置Sentry”等时使用。
official
sentry-react-native-setup
sentry
使用向导CLI在React Native中设置Sentry。当被要求为React Native添加Sentry、安装@sentry/react-native或配置错误监控时使用…
official
sentry-react-router-framework-sdk
sentry
完整的Sentry SDK配置,适用于React Router框架模式。当被要求“为React Router框架添加Sentry”、“安装@sentry/react-router”或配置…时使用。
official
sentry-react-sdk
sentry
完整的Sentry SDK配置,适用于React。当被要求“为React添加Sentry”、“安装@sentry/react”或配置错误监控、追踪、会话回放等时使用。
official
sentry-react-sdk
sentry
完整的Sentry SDK配置,适用于React。当被要求“为React添加Sentry”、“安装@sentry/react”或配置错误监控、追踪、会话回放等时使用。
official
sentry-react-setup
sentry
Sentry 错误监控、会话回放和追踪功能,适用于 React 应用。安装 @sentry/react 并通过 instrument.js(在入口点中首先导入)初始化,配置 DSN。支持通过 React 19+ 错误钩子或 ErrorBoundary 组件(适用于更早版本)捕获错误。包含浏览器追踪、会话回放和 Redux 集成;提供 React Router(v4–v7)和 TanStack Router 的路由器集成。通过 @sentry/wizard 上传源码映射文件,可实现可读的堆栈追踪...
official
sentry-ruby-sdk
sentry
完整的Sentry SDK设置,适用于Ruby。当被要求为Ruby添加Sentry、安装sentry-ruby、在Rails/Sinatra/Rack中设置Sentry或配置错误监控时使用,…
official
sentry-ruby-sdk
sentry
完整的Sentry SDK Ruby设置。当被要求为Ruby添加Sentry、安装sentry-ruby、在Rails/Sinatra/Rack中配置Sentry或设置错误监控时使用,…
official
sentry-ruby-setup
sentry
在Ruby应用中设置Sentry。当被要求为Ruby添加Sentry、安装sentry-ruby gem或为Ruby应用、Rails等配置错误监控时使用。
official
sentry-sdk-setup
sentry
在任何语言或框架中设置Sentry。检测用户平台并加载正确的SDK技能。当被要求添加Sentry、安装SDK或设置时使用…
official
sentry-sdk-skill-creator
sentry
为任意平台创建完整的Sentry SDK技能包。当被要求“创建SDK技能”、“添加新平台技能”、“为X编写Sentry技能”等时使用。
official
sentry-sdk-skill-creator
sentry
为任意平台创建完整的Sentry SDK技能包。当被要求“创建SDK技能”、“添加新平台技能”、“为X编写Sentry技能”等时使用。
official
sentry-sdk-upgrade
sentry
Upgrade the Sentry JavaScript SDK across major versions. Use when asked to upgrade Sentry, migrate to a newer version, fix deprecated Sentry APIs, or resolve…
official
sentry-sdk-upgrade
sentry
Upgrade the Sentry JavaScript SDK across major versions. Use when asked to upgrade Sentry, migrate to a newer version, fix deprecated Sentry APIs, or resolve…
official
sentry-sdk-upgrade
sentry
跨主要版本升级Sentry JavaScript SDK。当被要求升级Sentry、迁移到较新版本、修复已弃用的Sentry API或解决……时使用。
official
sentry-security
sentry
Sentry-specific security review based on real vulnerability history. Use when reviewing Sentry endpoints, serializers, or views for security issues. Trigger…
official
sentry-security
sentry
基于真实漏洞历史的Sentry特定安全审查。在审查Sentry端点、序列化器或视图的安全问题时使用。触发…
official
sentry-setup-ai-monitoring
sentry
Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, track conversations, or instrument…
official
sentry-setup-ai-monitoring
sentry
Setup Sentry AI Agent Monitoring in any project. Use when asked to monitor LLM calls, track AI agents, track conversations, or instrument…
official
sentry-setup-ai-monitoring
sentry
自动检测并配置针对LLM调用、代理和AI SDK的Sentry监控。自动识别已安装的AI包(OpenAI、Anthropic、LangChain、Google GenAI、Vercel AI、Pydantic AI等),并启用相应集成,无需在Python中手动注册。需要启用追踪(tracesSampleRate > 0),并支持通过gen_ai.*操作类型对未支持的SDK进行手动跨度检测。默认捕获模型、令牌计数和延迟;提示和输出...
official
sentry-setup-ai-monitoring
sentry
在任何项目中设置Sentry AI Agent监控。当被要求监控LLM调用、追踪AI代理或对OpenAI/Anthropic/Vercel进行检测时使用。
developmentofficial
sentry-setup-ai-monitoring
sentry
在任何项目中设置Sentry AI Agent监控。当被要求添加AI监控、跟踪LLM调用、监控AI代理或进行仪器化时使用此功能…
official
sentry-setup-logging
sentry
在任何项目中设置Sentry日志记录。当被要求添加Sentry日志、启用结构化日志记录、捕获控制台日志或集成日志库时使用…
official
sentry-setup-logging
sentry
在任何项目中设置Sentry日志记录。当被要求添加Sentry日志、启用结构化日志记录、设置控制台日志捕获或集成日志记录时使用此功能…
official
sentry-setup-metrics
sentry
在任何项目中设置Sentry Metrics。当被要求添加自定义指标、跟踪计数器/仪表/分布或检测应用程序性能时使用。支持…
official
sentry-setup-metrics
sentry
在任何项目中设置Sentry指标。当被要求添加Sentry指标、跟踪自定义指标、设置计数器/仪表/分布或进行仪器化时使用此功能…
official
sentry-setup-releases
sentry
Set up Sentry releases and deploy tracking — tag events with a version and environment, create the release in CI with its commits, and wire up suspect commits…
official
sentry-setup-releases
sentry
Set up Sentry releases and deploy tracking — tag events with a version and environment, create the release in CI with its commits, and wire up suspect commits…
official
sentry-setup-tracing
sentry
在任何项目中设置Sentry追踪(性能监控)。当被要求启用追踪、跟踪事务/跨度、测量延迟或添加性能时使用。
official
sentry-setup-tracing
sentry
在任何项目中设置Sentry追踪(性能监控)。当被要求添加性能监控、启用追踪、跟踪事务/跨度时使用此功能,或…
official
sentry-snapshots-cocoa
sentry
完整的 Sentry Snapshots 配置,适用于 Apple/Cocoa 项目。当被要求“设置 SnapshotPreviews”、“设置 Apple 快照测试”、“上传 Apple 快照到…”时使用。
official
sentry-snapshots-cocoa
sentry
Full Sentry Snapshots setup for Apple/Cocoa projects. Use when asked to "setup SnapshotPreviews", "setup Apple snapshot testing", "upload Apple snapshots to…
official
sentry-snapshots-cocoa
sentry
Full Sentry Snapshots setup for Apple/Cocoa projects. Use when asked to "setup SnapshotPreviews", "setup Apple snapshot testing", "upload Apple snapshots to…
official
sentry-snapshots-cocoa
sentry
Full Sentry Snapshots setup for Apple/Cocoa projects. Use when asked to "setup SnapshotPreviews", "setup Apple snapshot testing", "upload Apple snapshots to…
official
sentry-span-streaming
sentry
迁移到Sentry span流式处理(span优先的追踪生命周期)。当被要求“启用span流式处理”、“迁移到span流式处理”、“使用traceLifecycle…”时使用。
official
sentry-span-streaming-dart
sentry
将 Dart/Flutter SDK 迁移到 Sentry 跨度流(跨度优先的追踪生命周期)。当被要求“启用跨度流”、“迁移到跨度流”、“使用…”时使用。
official
sentry-span-streaming-js
sentry
将JavaScript SDK迁移到Sentry span流式处理(span优先的追踪生命周期)。当被要求“启用span流式处理”、“迁移到span流式处理”、“使用…”时使用。
official
sentry-span-streaming-python
sentry
将Python SDK迁移到Sentry span流式处理(span优先的追踪生命周期)。当被要求“启用span流式处理”、“迁移到span流式处理”、“使用…”时使用。
official
sentry-svelte-sdk
sentry
为Svelte和SvelteKit提供完整的Sentry SDK设置。当被要求“为Svelte添加Sentry”、“为SvelteKit添加Sentry”、“安装@sentry/sveltekit”或配置……时使用。
official
sentry-svelte-sdk
sentry
为Svelte和SvelteKit提供完整的Sentry SDK设置。当被要求“为Svelte添加Sentry”、“为SvelteKit添加Sentry”、“安装@sentry/sveltekit”或配置……时使用。
official
sentry-tanstack-start-sdk
sentry
为TanStack Start React提供完整的Sentry SDK设置。当被要求“向TanStack Start添加Sentry”、“安装@sentry/tanstackstart-react”或配置错误…时使用。
official
sentry-workflow
sentry
Keep Sentry SDKs up to date. Use when asked to upgrade the Sentry SDK across major versions, migrate SDK versions, or fix deprecated APIs.
official
sentry-workflow
sentry
Keep Sentry SDKs up to date. Use when asked to upgrade the Sentry SDK across major versions, migrate SDK versions, or fix deprecated APIs.
official
sentry-workflow
sentry
利用 Sentry 上下文修复生产问题并审查代码。在需要修复 Sentry 错误、调试问题、分类异常、审查来自……的 PR 评论时使用。
official
Setup Sentry Logging
Sentry
在任何项目中设置Sentry日志记录。当被要求添加Sentry日志、启用结构化日志、设置控制台日志捕获或集成Sentry日志时使用。支持JavaScript、TypeScript、Python、Ruby、React、Next.js及其他框架。
developmentofficial
Setup Sentry Metrics
Sentry
在任何项目中设置Sentry指标。当被要求添加Sentry指标、追踪自定义指标、设置计数器/仪表/分布或检测应用性能指标时使用。支持JavaScript、TypeScript、Python、React、Next.js和Node.js。
developmentofficial
Setup Sentry Tracing
Sentry
在任何项目中设置Sentry追踪(性能监控)。当被要求添加性能监控、启用追踪、跟踪事务/跨度或检测应用性能时使用。支持JavaScript、TypeScript、Python、Ruby、React、Next.js和Node.js。
developmentofficial
setup-dev
sentry
Set up and manage the Sentry development environment using devenv. Handles fresh setup, updating existing environments, starting dev services, and…
official
setup-dev
sentry
使用devenv设置和管理Sentry开发环境。处理全新安装、更新现有环境、启动开发服务等。
official
Skill Writer
sentry
根据自然语言描述生成有效的Warden技能定义
official
skill-creator
sentry
根据Agent Skills规范创建新的代理技能。当被要求“创建一个技能”、“添加新技能”、“编写技能”、“制作技能”等时使用。
official
skill-creator
sentry
Create new skills, modify and improve existing skills, and measure skill performance. Use when users want to create a skill from scratch, edit, or optimize an…
official
skill-creator
sentry
Alias for sentry-skills:skill-writer. Use when users explicitly ask for "skill-creator" or reference the legacy skill name. Redirects to the canonical skill…
official
skill-creator
sentry
Create new agent skills following the Agent Skills specification. Use when asked to "create a skill", "add a new skill", "write a skill", "make a skill",…
official
skill-creator
sentry
sentry-skills:skill-writer 的别名。当用户明确要求使用“skill-creator”或引用旧版技能名称时使用。重定向到规范技能…
official
skill-creator
sentry
sentry-skills:skill-writer 的别名。当用户明确要求使用“skill-creator”或引用旧版技能名称时使用。重定向到规范技能…
official
skill-creator
sentry
创建新技能,修改并改进现有技能,以及衡量技能表现。当用户想要从头创建、编辑或优化技能时使用。
official
skill-creator
sentry
根据Agent Skills规范创建新的代理技能。当被要求“创建一个技能”、“添加新技能”、“编写技能”、“制作技能”等时使用。
official
skill-scanner
sentry
Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate…
official
skill-scanner
sentry
Scan agent skills for security issues. Use when asked to "scan a skill", "audit a skill", "review skill security", "check skill for injection", "validate…
official
skill-scanner
sentry
扫描代理技能以发现安全问题。当被要求“扫描技能”时使用。
official
skill-scanner
sentry
在安装前对代理技能进行自动化安全扫描,检测提示注入、恶意代码、权限过度及供应链风险。通过内置的Python扫描器运行静态分析,输出包含严重级别和URL的结构化JSON结果。验证SKILL.md前置元数据(必填字段、工具合理性、模型覆盖),检查指令中的配置投毒或范围蔓延。分析脚本中的数据泄露、反向Shell、凭证窃取等行为。
official
skill-scanner
sentry
扫描代理技能以发现安全问题。当被要求“扫描技能”时使用。
official
skill-scanner
sentry
扫描代理技能以发现安全问题。当被要求“扫描技能”时使用。
official
skill-writer
sentry
根据Agent技能规范创建、综合并迭代改进代理技能。当被要求“创建技能”、“编写技能”等时使用。
official
slack-development
sentry
Implement Slack bot behavior with correct Slack-documented message formats, inbound mention/event routing, and long-running task UX. Use when asked to "format…
official
slack-development
sentry
使用符合 Slack 文档规范的消息格式、入站提及/事件路由以及长时间运行任务用户体验来实现 Slack 机器人行为。当被要求“格式化…”时使用。
official
slack-msw-tests
sentry
Author Slack HTTP integration tests using the repository MSW harness and fixture factories. Use when asked to add a Slack integration test, mock Slack API…
official
slack-msw-tests
sentry
使用仓库中的MSW测试工具和fixture工厂编写Slack HTTP集成测试。当被要求添加Slack集成测试、模拟Slack API时使用。
official
span-convention-review
sentry
Review OpenTelemetry tracing span changes in SDK repositories for conformance to Sentry Conventions and OTel Semantic Conventions. Use when reviewing span…
official
span-convention-review
sentry
审查SDK仓库中的OpenTelemetry追踪跨度变更,确保其符合Sentry约定和OTel语义约定。在审查跨度时使用…
official
sred-project-organizer
sentry
获取项目列表及其相关文档,并将其整理为SRED格式以提交。
official
sred-work-summary
sentry
回顾过去一年的工作,创建一个Notion文档,将相关链接按项目分组,以便作为SRED项目进行记录。
official
sred-work-summary
sentry
回顾过去一年的工作,创建一个Notion文档,将相关链接按项目分组,以便作为SRED项目进行记录。
official
technical-docs
sentry
Write and review technical documentation for Sentry SDK docs. Use when creating, editing, or reviewing documentation pages, especially MDX files in…
official
technical-docs
sentry
编写和审查Sentry SDK文档的技术文档。用于创建、编辑或审查文档页面,特别是MDX文件中的内容…
official
testing-guidelines
sentry
编写测试的指南。在添加新功能、修复错误或需要测试时使用。强调集成测试、真实世界的测试夹具以及…
official
testing-guidelines
sentry
Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and…
official
testing-guidelines
sentry
Guide for writing tests. Use when adding new functionality, fixing bugs, or when tests are needed. Emphasizes integration tests, real-world fixtures, and…
official
testing-guidelines
sentry
编写测试的指南。在添加新功能、修复错误或需要测试时使用。强调集成测试、真实世界的测试夹具以及…
official
track-framework-updates
sentry
Produce a weekly digest of upstream framework/library activity (releases, Discussions, RFCs, RSS) for the Sentry JS SDK. Use when asked to "track framework…
official
track-framework-updates
sentry
为 Sentry JS SDK 生成上游框架/库活动(发布、讨论、RFC、RSS)的每周摘要。当被要求“跟踪框架…”时使用。
official
triage-frontend-issues
sentry
Triage new issues in the Sentry `javascript` project by archiving non-actionable noise. Use when asked to "triage issues", "triage the javascript project",…
official
triage-issue
sentry
Triage GitHub issues with codebase research and actionable recommendations
official
triage-issue
sentry
对GitHub问题进行分类,结合代码库研究提供可操作建议
official
triage-issue
sentry
Triage GitHub issues with codebase research and actionable recommendations
official
triage-issue
sentry
对GitHub问题进行分类,结合代码库研究提供可操作建议
official
typing-exclusion-worker
sentry
Python类型排除工作器:以小范围批次移除已分配的mypy排除模块,修复类型问题,运行验证,并生成结构化的…
official
upgrade-dep
sentry
Upgrade a dependency in the Sentry JavaScript SDK. Use when upgrading packages, bumping versions, or fixing security vulnerabilities via dependency updates.
official
upgrade-dep
sentry
在Sentry JavaScript SDK中升级依赖项。用于升级包、更新版本或通过依赖项更新修复安全漏洞。
official
upgrade-otel
sentry
在Sentry JavaScript SDK中升级OpenTelemetry检测工具。用于将OTel检测包升级至最新版本。
official
vendor-otel
sentry
Vendor an OpenTelemetry instrumentation package into the Sentry JavaScript SDK. Use when vendoring, inlining, or copying an @opentelemetry/instrumentation-*…
official
vendor-otel
sentry
将 OpenTelemetry 插桩包供应商集成到 Sentry JavaScript SDK 中。在供应商集成、内联或复制 @opentelemetry/instrumentation-*… 时使用。
official
vercel-composition-patterns
sentry
React composition patterns that scale. Use when refactoring components with boolean prop proliferation, building flexible component libraries, or designing…
official
vercel-composition-patterns
sentry
可扩展的React组合模式。用于重构组件时
official
vercel-deepsec
sentry
使用 Vercel DeepSec 基准提示检测广泛的 Web 应用程序安全漏洞。在基准测试安全审查覆盖率或运行…时使用。
official
vercel-queues
sentry
Build and operate Vercel Queues with @vercel/queue across push and poll consumers. Use when users ask about "vercel queues", "@vercel/queue", "queue/v2beta",…
official
vercel-queues
sentry
使用 @vercel/queue 构建和操作 Vercel Queues,支持推送和轮询消费者。当用户询问“vercel queues”、“@vercel/queue”、“queue/v2beta”等时使用。
official
vercel-react-best-practices
sentry
来自 Vercel 工程团队的 React 和 Next.js 性能优化指南。在编写、审查或重构 React/Next.js… 时应使用此技能。
official
vercel-react-best-practices
sentry
来自 Vercel 工程团队的 React 和 Next.js 性能优化指南。在编写、审查或重构 React/Next.js… 时应使用此技能。
official
vercel-react-best-practices
sentry
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when writing, reviewing, or refactoring React/Next.js…
official
vercel-sandbox
sentry
Investigate Vercel Sandbox lifecycle, timeout, snapshot, and persistence behavior. Use when users ask about Vercel Sandbox, `@vercel/sandbox`,…
official
vercel-sandbox
sentry
调查 Vercel
official
verify-dist
sentry
Regenerate and commit dist/index.js when source files or runtime deps change
official
verify-dist
sentry
当源文件或运行时依赖发生变化时,重新生成并提交 dist/index.js
official
vitest-evals
sentry
在编写、审查或调试基于 harness 的 vitest-evals 套件、自定义 Harness 适配器、第一方 ai-sdk 或 pi-ai harness 集成时使用,…
official
warden
sentry
在提交前运行Warden分析代码变更。当被要求“运行warden”、“检查我的更改”、“提交前审查”、“warden配置”等时使用。
official
warden
sentry
在提交前运行Warden分析代码变更。当被要求“运行warden”、“检查我的更改”、“提交前审查”、“warden配置”等时使用。
official
warden
sentry
Run Warden to analyze code changes before committing. Use when asked to "run warden", "check my changes", "review before commit", "warden config",…
official
warden
sentry
在提交前运行Warden分析代码变更。当被要求“运行warden”、“检查我的更改”、“提交前审查”、“warden配置”等时使用。
official
warden-lint-judge
sentry
评估第一轮发现结果,并提出可永久捕获相同模式的确定性 lint 规则。需要 Warden 的多轮…
official
warden-lint-judge
sentry
评估第一轮发现结果,并提出可永久捕获相同模式的确定性 lint 规则。需要 Warden 的多轮…
official
warden-skill
sentry
Guide for using Warden CLI locally to analyze code changes. Use when running warden commands, configuring warden.toml, creating custom skills, understanding…
official
warden-skill
sentry
本地使用Warden CLI分析代码变更的指南。适用于运行warden命令、配置warden.toml、创建自定义技能、理解……
official
warden-skill
sentry
本地使用Warden CLI分析代码变更的指南。适用于运行warden命令、配置warden.toml、创建自定义技能、理解…
official
warden-sweep
sentry
全仓库代码扫描。使用Warden扫描每个文件,通过深度追踪验证发现,为已验证的问题创建草稿PR。当被要求时使用…
official
warden-sweep
sentry
Full-repository code sweep. Scans every file with warden, verifies findings via deep tracing, creates draft PRs for validated issues. Use when asked to "sweep…
official
warden-sweep
sentry
全仓库代码扫描。使用warden扫描每个文件,通过深度追踪验证发现,为已验证的问题创建草稿PR。当被要求“扫描…”时使用。
official
web-design-guidelines
sentry
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site…
official
web-design-guidelines
sentry
审查UI代码是否符合Web界面指南。当被要求“审查我的UI”、“检查可访问性”、“审计设计”、“审查用户体验”或“检查我的网站…”时使用。
official
wrdn-code-execution
sentry
检测不受信任的输入到达服务器上产生代码或命令执行的目标位置时的漏洞。涵盖命令/Shell注入、不安全…
official
wrdn-gha-workflows
sentry
检测可利用的GitHub Actions工作流漏洞,包括pull_request_target的pwn请求、不安全的PR检出、run步骤中的表达式注入等……
official
wrdn-pii
sentry
检测代码变更中的真实个人身份信息、客户标识符及客户机密业务数据。当被要求查找PII时使用…
official
write-docs
sentry
为Abacus文档站点创建或更新文档页面。在添加新文档、更新现有页面或确保文档与……保持同步时使用。
official
write-docs
sentry
Create or update documentation pages for the Abacus docs site. Use when adding new documentation, updating existing pages, or ensuring docs stay in sync with…
official
write-tests
sentry
Write tests following project conventions. Use when adding new tests or modifying existing ones.
official
write-tests
sentry
Write high-quality unit tests (Vitest) and E2E tests (Playwright) following senior test-engineering practices. Use this skill whenever asked to write tests,…
official
write-tests
sentry
测试不是生产代码。它们是文档——每个测试都是一份微小的可执行规范,表明"该系统执行X功能"。读者应在几秒内理解其意图。测试失败应精准指向一个被破坏的行为,而非让你翻阅40行的测试代码体。
official
write-tests
sentry
按照项目约定编写测试。在添加新测试或修改现有测试时使用。
official
write-tip
sentry
Create or improve AI productivity tips and guides for the Abacus dashboard. Use when writing new tips, editing existing tips, or reviewing tip content for…
official
write-tip
sentry
为 Abacus 仪表盘创建或改进 AI 生产力技巧和指南。用于编写新技巧、编辑现有技巧或审查技巧内容时…
official
xcodebuildmcp
sentry
XcodeBuildMCP的官方技能。用于执行iOS/macOS/watchOS/tvOS/visionOS相关操作(构建、测试、运行、调试、日志、UI自动化)。
official
xcodebuildmcp-cli
sentry
XcodeBuildMCP CLI 的官方技能。用于执行 iOS/macOS/watchOS/tvOS/visionOS 相关操作(构建、测试、运行、调试、日志、UI 自动化)。
official
xcodebuildmcp-docs-command-review
sentry
Use when reviewing XcodeBuildMCP changelog CLI command references for invalid current guidance while allowing historical migration examples.
official
xcodebuildmcp-docs-command-review
sentry
在审查XcodeBuildMCP变更日志CLI命令参考时,用于识别无效的当前指导,同时允许保留历史迁移示例。
official
xcodebuildmcp-docs-release-review
sentry
Use when reviewing XcodeBuildMCP documentation, CLI command references, website manifest generation, changelog, release notes, and release script changes.
official
xcodebuildmcp-docs-release-review
sentry
在审查XcodeBuildMCP文档、CLI命令参考、网站清单生成、变更日志、发布说明以及发布脚本变更时使用。
official
xcodebuildmcp-packaging-resource-review
sentry
Use when reviewing XcodeBuildMCP packaging, resource-root, build artifact, bundled AXe, schema, manifest, and portable macOS distribution changes.
official
xcodebuildmcp-packaging-resource-review
sentry
在审查XcodeBuildMCP打包、资源根目录、构建产物、捆绑的AXe、模式、清单以及便携式macOS分发变更时使用。
official
xcodebuildmcp-rendering-streaming-review
sentry
Use when reviewing XcodeBuildMCP rendering, streaming fragment, next-step, and CLI output mode changes for boundary violations.
official
xcodebuildmcp-rendering-streaming-review
sentry
在审查XcodeBuildMCP渲染、流式片段、下一步和CLI输出模式的边界违规变更时使用。
official
xcodebuildmcp-runtime-boundary-review
sentry
Use when reviewing XcodeBuildMCP runtime boundary changes across MCP, direct CLI invocation, daemon-routed tools, and Xcode IDE bridge routing.
official
xcodebuildmcp-runtime-boundary-review
sentry
在审查XcodeBuildMCP运行时边界变更时使用,涉及MCP、直接CLI调用、守护进程路由工具以及Xcode IDE桥接路由。
official
xcodebuildmcp-snapshot-fixture-review
sentry
Use when reviewing XcodeBuildMCP snapshot fixture changes for MCP, CLI, and JSON output contract integrity.
official
xcodebuildmcp-snapshot-fixture-review
sentry
在审查 XcodeBuildMCP 快照固件变更以确保 MCP、CLI 和 JSON 输出合约完整性时使用。
official
xcodebuildmcp-structured-output-review
sentry
在审查XcodeBuildMCP结构化输出模式变更、模式版本控制、清单输出模式元数据以及JSON夹具兼容性时使用。
official
xcodebuildmcp-structured-output-review
sentry
Use when reviewing XcodeBuildMCP structured output schema changes, schema versioning, manifest outputSchema metadata, and JSON fixture compatibility.
official
xcodebuildmcp-test-boundary-review
sentry
在审查 XcodeBuildMCP 测试时,用于确保单元、快照、模式、冒烟和外部进程边界的正确性。
official
xcodebuildmcp-test-boundary-review
sentry
Use when reviewing XcodeBuildMCP tests for correct unit, snapshot, schema, smoke, and external process boundaries.
official
xcodebuildmcp-tool-contract-review
sentry
Use when reviewing XcodeBuildMCP tool contract changes across implementation, manifests, workflow membership, output schema metadata, and next-step templates.
official
xcodebuildmcp-tool-contract-review
sentry
在审查XcodeBuildMCP工具合约变更时使用,涉及实现、清单、工作流成员、输出模式元数据和下一步模板。
official