Inspect Sentry issues, events, and recent production error health read-only.
The material and system checks indicate an open-source, highly adopted prompt-only skill with overall low risk. However, the README mentions Sentry CLI authentication and remote Sentry data access while the metadata declares no secrets and no remote endpoints, so this documentation-to-metadata mismatch should be verified under least-privilege assumptions.
The metadata says no credentials are required, but the README explicitly mentions `sentry auth login` or setting `SENTRY_AUTH_TOKEN`. This indicates real usage may involve Sentry credentials; although it warns not to paste full tokens into chat, there is still credential exposure or misconfiguration risk.
The metadata lists no remote endpoints, but the README repeatedly describes using the Sentry CLI to query issues, events, and APIs, implying requests to Sentry services and outbound transfer of project/error-related data. There is no evidence of unrelated or unknown third-party endpoints, so this is a standard caution-level egress concern.
The objective system checks mark this skill as prompt-only, indicating the skill itself does not directly execute local code or spawn processes. While the README includes examples for installing/running the Sentry CLI and `curl | bash`, those are documentation instructions rather than evidence of execution capability in the skill itself.
The README says the CLI auto-detects org/project from `.env` files, source code, config defaults, and directory names, which implies local project-context reading and access to Sentry issue/event data. The description emphasizes read-only queries, and there is no sign of write access or excessive authorization, but it still involves access to production error and event data.
The source is the open-source openai/skills repository on GitHub, with objective open-source status and strong community adoption (~22k stars), all of which are strong positive signals. Although the license is unspecified, maintenance status is unknown, and there is a minor README-to-metadata mismatch, the supply-chain risk is overall low due to auditable source code and a highly credible origin.
Copy the install command and let the AI configure it · recommended for beginners
Please install the "sentry" skill from askskill: 1. Download https://raw.githubusercontent.com/openai/skills/main/skills/.curated/sentry/SKILL.md 2. Save it as ~/.claude/skills/sentry/SKILL.md 3. Reload skills and tell me it's ready
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.
Read, create, and update Linear issues, projects, and team workflows.
Deploy apps or websites to Vercel and generate live or preview links.
Stage, commit, push, and open a GitHub pull request in one flow.
Connect to Figma, fetch design assets, and turn nodes into production code.
Generate or edit bitmap images for illustrations, photos, textures, mockups, and cutouts.
Create or update skills that extend Codex with knowledge, workflows, and tools.
Help development and operations teams investigate errors, manage issues, and analyze performance monitoring data.
Query and manage Sentry projects, issues, and events using natural language.
Search and analyze Sentry issues, events, and traces using natural language.
Connect to Sentry to analyze performance, track issues, and trace transactions.
Get crypto sentiment, on-chain metrics, and narrative insights for research.
Query and analyze Sensors Analytics user behavior data with natural language.