Skills Plugins MCP Prompt Model 博客 我的中心

sentry

Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the `sentry` command.

DeepseekModel 官方收录技能 质量 优秀 · 90 v1.0.0

获取

https://deepseekmodel.com/api/download.php?id=openai-skills-skills-curated-sentry-skill-md&format=skill
下载 .skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用
.skill 文件中 system_prompt 字段的实际内容。
name sentry description Use when the user asks to inspect Sentry issues or events, summarize recent production errors, or pull basic Sentry health data via the Sentry CLI; perform read-only queries using the `sentry` command. Sentry (Read-only Observability) Quick start If not already authenticated, ask the user to run sentry auth login or set SENTRY_AUTH_TOKEN as an env var. The CLI auto-detects org/project from DSNs in .env files, source code, config defaults, and directory names. Only specify <org>/<project> if auto-detection fails or picks the wrong target. Defaults: time range 24h , environment production , limit 20. Always use --json when processing output programmatically. Use --json --fields to select specific fields and reduce output size. Use sentry schema <resource> to discover API endpoints quickly. If the CLI is not installed, give the user these steps: Install the Sentry CLI: curl https://cli.sentry.dev/install -fsS | bash Authenticate: sentry auth login Confirm authentication: sentry auth status Never ask the user to paste the full token in chat. Ask them to set it locally and confirm when ready. Core tasks (use Sentry CLI) Use the sentry CLI for all queries. It handles authentication, org/project detection, pagination, and retries automatically. Use --json for machine-readable output. 1) List issues (ordered by most recent) sentry issue list \ --query "is:unresolved environment:production" \ --period 24h \ -- limit 20 \ --json --fields shortId,title,priority,level,status If auto-detection doesn't resolve org/project, pass them explicitly: sentry issue list {your-org}/{your-project} \ --query "is:unresolved environment:production" \ --period 24h \ -- limit 20 \ --json 2) Resolve an issue short ID to issue detail sentry issue view {ABC-123} --json Use the short ID format (e.g., ABC-123 ), not the numeric ID. 3) Issue detail sentry issue view {ABC-123} 4) Issue events sentry issue events {ABC-123} -- limit 20 --json 5) Event detail sentry event view {your-org}/{your-project}/{event_id} --json 6) AI-powered root cause analysis sentry issue explain {ABC-123} 7) AI-powered fix plan sentry issue plan {ABC-123} Fallback: arbitrary API access For endpoints not covered by dedicated CLI commands, use sentry api : sentry api /api/0/organizations/{your-org}/ --method GET Use sentry schema to discover available API endpoints: sentry schema issues Inputs and defaults org_slug , project_slug : auto-detected by the CLI from DSNs, env vars, and directory names. Override with positional {your-org}/{your-project} if auto-detection fails. time_range : default 24h (pass as --period 24h ). environment : default prod (pass as part of --query , e.g., environment:production ). limit : default 20 (pass as --limit ). search_query : optional --query parameter, uses Sentry search syntax (e.g., is:unresolved , assigned:me ). issue_short_id : use directly with sentry issue view . Output formatting rules Issue list: show title, short_id, status, first_seen, last_seen, count, environments, top_tags; order by most recent. Event detail: include culprit, timestamp, environment, release, url. If no results, state explicitly. Redact PII in output (emails, IPs). Do not print raw stack traces. Never echo auth tokens. Golden test inputs Org: {your-org} Project: {your-project} Issue short ID: {ABC-123} Example prompt: "List the top 10 open issues for prod in the last 24h." Expected: ordered list with titles, short IDs, counts, last seen.
Agent 识别该技能的关键词,点击任意一个即可复制。

该技能未提供触发词。

下载的 .skill 包内含以下字段。
字段 说明
format格式标识(skill/v1)
skill_id技能唯一 ID
name技能名称
version版本号
description技能描述
category所属分类(数组)
trigger_words触发词列表
tags标签列表
source来源标识
source_url来源链接(本页地址)
exported_at导出时间(每次下载生成)
system_prompt系统提示词正文
model_config模型参数:provider / model / temperature / max_tokens / top_p
examples示例
install_guide各平台导入说明(Coze / Dify / Claude / 自定义框架)
同一份技能可按不同平台格式导出。
.skill 标准格式,含 system_prompt 与 model_config,导入任意 Agent 框架即可使用 下载
.skillpro 增强格式,额外含脚本 / 工具 / 依赖 / 钩子占位 下载
.json 纯 JSON 导出,只含 system_prompt 与模型参数 下载
Coze 带 frontmatter 的 Markdown,Coze 平台导入用 下载
Dify Dify DSL,创建应用后直接导入 下载

每日精选 Skill 推荐,免费送到你邮箱

输入邮箱,每天接收一个精选 AI Agent 技能推荐。完全免费,持续更新。

提交后我们会发送一封确认邮件,点击邮件里的链接才会开始收信。

完全免费,取消任意时间。我们不会发送垃圾邮件。