帮助用户只读查看 Sentry 问题、事件与生产错误健康概况
该技能材料与系统检查项显示其为开源、高社区采用的 prompt-only 技能,整体风险较低。需注意 README 提到可通过 Sentry CLI 认证并访问远程 Sentry 数据,但当前元数据声明无密钥、无远程端点,存在文档与声明不一致,建议按最小权限核实实际实现。
元数据声明“无”密钥,但 README 明确提到 `sentry auth login` 或设置 `SENTRY_AUTH_TOKEN`。这表明实际使用场景可能涉及 Sentry 凭证;虽已提示不要在聊天中粘贴完整 token,仍应视为存在凭证接触与误配风险。
元数据列为无远程端点,但 README 反复说明通过 Sentry CLI 查询 issue、event 和 API,意味着会向 Sentry 服务发送请求并外发项目/错误相关数据。未见指向无关或不明第三方端点的证据,因此为常规外联留意级别。
系统客观检查项标记为 prompt-only,说明该技能本身不直接执行本机代码或启动进程。README 中虽包含安装/运行 `sentry` CLI 与 `curl | bash` 的示例,但这些属于文档指引,不等同于技能自身具备执行权限。
README 说明 CLI 会从 `.env`、源码、配置默认值和目录名自动检测 org/project,意味着相关工具链可能读取本地项目上下文,并访问 Sentry 中的 issue/event 数据。描述强调“read-only queries”,未见写入或过度授权迹象,但仍涉及生产错误与事件数据访问。
来源为 GitHub 上的 openai/skills 开源仓库,系统标记 open-source,且社区采用度高(约 22k star),这些都是明显的正面信号。虽然许可证未声明、维护状态未知,且 README 与元数据存在轻微不一致,但基于可审计源码与高可信来源,供应链风险整体偏低。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "sentry" 技能: 1. 下载 https://raw.githubusercontent.com/openai/skills/main/skills/.curated/sentry/SKILL.md 2. 保存为 ~/.claude/skills/sentry/SKILL.md 3. 装好后重载技能,告诉我可以用了
sentry auth login or set SENTRY_AUTH_TOKEN as an env var..env files, source code, config defaults, and directory names. Only specify <org>/<project> if auto-detection fails or picks the wrong target.24h, environment production, limit 20.--json when processing output programmatically. Use --json --fields to select specific fields and reduce output size.sentry schema <resource> to discover API endpoints quickly.If the CLI is not installed, give the user these steps:
curl https://cli.sentry.dev/install -fsS | bashsentry auth loginsentry auth statusUse the sentry CLI for all queries. It handles authentication, org/project detection, pagination, and retries automatically. Use --json for machine-readable output.
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
sentry issue view {ABC-123} --json
Use the short ID format (e.g., ABC-123), not the numeric ID.
sentry issue view {ABC-123}
sentry issue events {ABC-123} --limit 20 --json
sentry event view {your-org}/{your-project}/{event_id} --json
sentry issue explain {ABC-123}
sentry issue plan {ABC-123}
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
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.{your-org}{your-project}{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.
分析 Git 历史构建安全归属拓扑,识别敏感代码负责人与 bus factor 风险。
帮助你构建、评审与重构 ASP.NET Core Web 应用及架构方案
用于构建、脚手架生成、重构并排查 ChatGPT Apps SDK 应用问题。
根据代码库在 Figma 中创建或更新专业级设计系统与组件库
在调用 Figma 操作前加载此技能,确保编辑与脚本检查稳定执行
一键串联暂存、提交、推送并用 GitHub CLI 创建拉取请求。
帮助开发与运维团队排查报错、管理问题并分析性能监控数据
用自然语言查询和管理 Sentry 项目、问题与事件,提升排障效率。
用自然语言检索并分析 Sentry 问题、事件与链路,辅助定位和排查故障
连接 Sentry 以查询错误、事件、发布与项目状态,辅助排障与质量追踪
帮助用户获取加密市场情绪、链上数据与热门叙事洞察,辅助研究和决策。
用自然语言查询并分析神策用户行为数据,快速获得业务洞察。