一键导入
source-command-sentry
Query Sentry errors, issues, and performance data. Available via MCP in Codex and Cursor, and via API skill in OpenClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Query Sentry errors, issues, and performance data. Available via MCP in Codex and Cursor, and via API skill in OpenClaw.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Runs a structured multi-phase verification pass on completed AI agent work — catching bugs, missed requirements, and incorrect assumptions before changes are committed. Triggers on: "check your work", "review this", after complex multi-step implementations, before committing major refactors, or proactively after any task longer than five steps.
Expert in web accessibility (WCAG 2.1 AA compliance) for React/Next.js applications, ensuring all projects are usable by everyone. Use when creating or reviewing UI components, adding keyboard navigation, checking color contrast, testing with screen readers, or auditing pages for accessibility issues.
Validate Next.js 16 configuration and detect/prevent deprecated patterns. Ensures proxy.ts usage, Turbopack, Cache Components, and App Router best practices. Use before any Next.js work or when auditing existing projects.
Generate channel-conform launch copy for Hacker News (Show HN) and Product Hunt. Triggers on "write a show hn", "show hn title", "hacker news launch", "product hunt tagline", "product hunt launch copy", "maker comment", "launch copy".
Create Genfeed workflows from natural language descriptions. Triggers on "create a workflow", "build a content pipeline", "make a video generation workflow".
Optimize long-form content for generative answer engines with a GEO scorecard, citation-ready structure, source attribution, and schema recommendations. Triggers on "optimize for GEO", "AI answer engine optimization", "make this citation-ready", "improve AI Overviews", "optimize for ChatGPT citations".
| name | source-command-sentry |
| description | Query Sentry errors, issues, and performance data. Available via MCP in Codex and Cursor, and via API skill in OpenClaw. |
Use this skill when the user asks to run the migrated source command sentry.
Same MCP tools as Codex. Access via Composer or inline chat.
Uses sentry-query skill wrapping https://sentry.io/api/0/. Requires SENTRY_AUTH_TOKEN env var.
genfeedaiWhat are the top unresolved errors in the last 24 hours?
Show me details and stacktrace for Sentry issue {ISSUE_ID}
Search Sentry for timeout errors in {project}
What's the crash-free rate for the latest release of {project}?
Show me the slowest transactions in {project} over the last 7 days
| Filter | Example |
|---|---|
| Status | is:unresolved, is:resolved |
| Level | level:error, level:warning |
| Time | first-seen:-24h, last-seen:-1h |
| Message | message:*timeout* |
| Tag | browser:Chrome, os:iOS |
| Assigned | assigned:me, assigned:nobody |
| Release | release:1.2.3 |
/seer in Codex for AI-powered root cause analysis