templates/analytics/.builder/skills/sentry/SKILL.md
Track errors and issues across your projects via Sentry. Use this skill when the user asks about errors, exceptions, error trends, or application health.
npx skillsauth add BuilderIO/agent-native sentryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
https://sentry.io/api/0bridge-tm (hard-coded)Authorization: Bearer $SENTRY_SERVER_TOKEN (internal integration token, NOT user auth token or DSN)SENTRY_SERVER_TOKEN (falls back to SENTRY_AUTH_TOKEN)alerts:read, event:read, org:read, project:distribution, project:read, team:readserver/lib/sentry.ts| Function | Description |
| ------------------------------------------------ | ---------------------------------------- |
| listProjects() | List all projects in the org |
| listIssues(projectSlug?, query?, statsPeriod?) | List issues (project-scoped or org-wide) |
| getIssueEvents(issueId) | Events for a specific issue |
| getOrganizationStats(statsPeriod?, category?) | Org-level error stats over time |
| Route | Description |
| ------------------------------ | ------------------- |
| GET /api/sentry/projects | List projects |
| GET /api/sentry/issues | List issues |
| GET /api/sentry/issue-events | Events for an issue |
| GET /api/sentry/stats | Org error stats |
/adhoc/sentry — Sentry Error Health dashboardgetOrganizationStats uses stats_v2 endpoint with field=sum(quantity), groupBy=outcome, default category errorbridge-tm is hard-coded — if organization changes, code must be updatedtools
Public booking flow — the state machine, animations, and URL/app-state sync.
tools
Trigger-based automations — reminders, follow-ups, webhooks — across the booking lifecycle.
tools
Team event types, round-robin assignment, collective bookings, host weights, and no-show calibration.
development
The pure `computeAvailableSlots` function — inputs, outputs, invariants, and debugging guide.