#What it does
The sentry skill provides read-only access to Sentry observability data for investigating production issues. It fetches error details, stack traces, breadcrumbs, and event metadata to determine likely root causes, assess impact, and suggest next steps.
#How to use
bash
$sentryInvestigate this issue in read-only Sentry data and report likely root cause, impact, and next steps.
#Capabilities
- Fetch and analyze Sentry error events and stack traces
- Review breadcrumbs and event context
- Assess error frequency, user impact, and regression status
- Identify likely root causes from error patterns
- Suggest targeted fixes and next debugging steps
#Output
- Root cause analysis -- Most likely cause based on stack trace and context
- Impact assessment -- Number of affected users, error frequency, severity
- Related events -- Similar errors or regressions
- Next steps -- Concrete debugging actions and fix recommendations
This skill is from the OpenAI Skills Catalog.