Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Inspect Sentry issues, summarize production errors, and pull health data via the Sentry API (read-only). Use when user says "check Sentry", "what errors in production?", "summarize Sentry issues", "recent crashes", or "production error report". Requires SENTRY_AUTH_TOKEN. Do NOT use for setting up Sentry SDK, configuring alerts, or non-Sentry error monitoring.
.claude/skills/tech-leads-club-sentry/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-04 | ✗→✓ | ▲ Improved | 161% | 0% |
| case-08 | ✗→✓ | ▲ Improved | 63% | 0% |
| case-11 | ✗→✓ | ▲ Improved | 141% | 0% |
| case-15 | ✗→✓ | ▲ Improved | 41% | 0% |
| case-16 | ✗→✓ | ▲ Improved | 244% | 0% |
SENTRY_AUTH_TOKEN (read-only scopes such as project:read, event:read) or to log in and create one before running commands.SENTRY_AUTH_TOKEN as an env var.SENTRY_ORG, SENTRY_PROJECT, SENTRY_BASE_URL.{your-org}/{your-project}, time range 24h, environment prod, limit 20 (max 50).If the token is missing, give the user these steps:
project:read, event:read, and org:read.SENTRY_AUTH_TOKEN as an environment variable in their system.Use scripts/sentry_api.py for deterministic API calls. It handles pagination and retries once on transient errors.
bashexport AGENT_SKILLS_HOME="${AGENT_SKILLS_HOME:-$HOME/.agent-skills}" export SENTRY_API="$AGENT_SKILLS_HOME/skills/sentry/scripts/sentry_api.py"
User-scoped skills install under $AGENT_SKILLS_HOME/skills (default: ~/.agent-skills/skills).
bashpython3 "$SENTRY_API" \ list-issues \ --org {your-org} \ --project {your-project} \ --environment prod \ --time-range 24h \ --limit 20 \ --query "is:unresolved"
bashpython3 "$SENTRY_API" \ list-issues \ --org {your-org} \ --project {your-project} \ --query "ABC-123" \ --limit 1
Use the returned id for issue detail or events.
bashpython3 "$SENTRY_API" \ issue-detail \ 1234567890
bashpython3 "$SENTRY_API" \ issue-events \ 1234567890 \ --limit 20
bashpython3 "$SENTRY_API" \ event-detail \ --org {your-org} \ --project {your-project} \ abcdef1234567890
Always use these endpoints (GET only):
/api/0/projects/{org_slug}/{project_slug}/issues//api/0/issues/{issue_id}//api/0/issues/{issue_id}/events//api/0/projects/{org_slug}/{project_slug}/events/{event_id}/org_slug, project_slug: default to {your-org}/{your-project} (avoid non-prod orgs).time_range: default 24h (pass as statsPeriod).environment: default prod.limit: default 20, max 50 (paginate until limit reached).search_query: optional query parameter.issue_short_id: resolve via list-issues query first.{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.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-17 | pass→pass | 10,855 | 2,101 | -81% | 1 | 1 | 0% | 1,716 | 1,405 | -18% | 0 | 0 | — |
case-02 | fail→fail | 6,617 | 10,599 | +60% | 1 | 1 | 0% | 1,001 | 1,626 | +62% | 0 | 0 | — |
case-01 | fail→fail | 2,863 | 7,520 | +163% | 1 | 1 | 0% | 375 | 1,526 | +307% | 0 | 0 | — |
case-03 | fail→fail | 4,990 | 6,349 | +27% | 1 | 1 | 0% | 845 | 1,471 | +74% | 0 | 0 | — |
case-04 | fail→pass | 4,166 | 4,139 | -1% | 1 | 1 | 0% | 719 | 1,876 | +161% | 0 | 0 | — |
case-05 | pass→pass | 9,958 | 5,265 | -47% | 1 | 1 | 0% | 1,748 | 2,065 | +18% | 0 | 0 | — |
case-06 | pass→pass | 10,890 | 8,396 | -23% | 1 | 1 | 0% | 1,907 | 2,753 | +44% | 0 | 0 | — |
case-07 | pass→pass | 8,926 | 3,322 | -63% | 1 | 1 | 0% | 1,630 | 1,799 | +10% | 0 | 0 | — |
case-08 | fail→pass | 6,857 | 3,709 | -46% | 1 | 1 | 0% | 1,085 | 1,769 | +63% | 0 | 0 | — |
case-09 | fail→fail | 5,150 | 13,649 | +165% | 1 | 1 | 0% | 428 | 2,510 | +486% | 0 | 0 | — |
case-10 | fail→fail | 7,463 | 7,640 | +2% | 1 | 1 | 0% | 1,288 | 1,509 | +17% | 0 | 0 | — |
case-11 | fail→pass | 9,724 | 14,547 | +50% | 1 | 1 | 0% | 1,281 | 3,093 | +141% | 0 | 0 | — |
case-12 | fail→fail | 4,594 | 7,562 | +65% | 1 | 1 | 0% | 728 | 2,497 | +243% | 0 | 0 | — |
case-13 | fail→fail | 6,558 | 9,652 | +47% | 1 | 1 | 0% | 1,095 | 1,736 | +59% | 0 | 0 | — |
case-14 | fail→fail | 3,175 | 6,855 | +116% | 1 | 1 | 0% | 515 | 1,476 | +187% | 0 | 0 | — |
case-15 | fail→pass | 10,424 | 8,373 | -20% | 1 | 1 | 0% | 1,248 | 1,758 | +41% | 0 | 0 | — |
case-16 | fail→pass | 7,444 | 11,193 | +50% | 1 | 1 | 0% | 687 | 2,366 | +244% | 0 | 0 | — |
case-18 | pass→pass | 10,507 | 3,260 | -69% | 1 | 1 | 0% | 1,776 | 1,616 | -9% | 0 | 0 | — |
case-19 | pass→pass | 73,866 | 2,950 | -96% | 1 | 1 | 0% | 2,249 | 1,661 | -26% | 0 | 0 | — |
case-20 | pass→pass | 10,749 | 42,099 | +292% | 1 | 1 | 0% | 1,939 | 1,478 | -24% | 0 | 0 | — |
case-21 | pass→pass | 5,855 | 1,834 | -69% | 1 | 1 | 0% | 966 | 1,413 | +46% | 0 | 0 | — |
case-22 | pass→pass | 6,107 | 1,679 | -73% | 1 | 1 | 0% | 1,132 | 1,377 | +22% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 14 counted toward the lift figure. The other 8 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of +23 percentage points is the difference between those two pass rates over the 14 comparable cases.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.