원클릭으로
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