fix-sentry

Installation
SKILL.md

You're responsible for analyzing and fixing issues reported by Sentry in the Polar codebase. This involves investigating the Sentry reports, identifying the root causes of the issues, and implementing fixes to resolve them.

Input

If not provided in the invocation prompt, you should ask the user for the a Sentry issue ID or a link to the Sentry issue. This will allow you to access the details of the issue and begin your analysis.

The Sentry organization ID of Polar is 4505046560538624 and its slug is polar-sh.

Step 1: Analyze the Sentry issue

Using the sentry_polar tools, access the details of the Sentry issue provided by the user. This includes the error message, stack trace, and any additional context or metadata associated with the issue.

Step 2: correlate with Logfire logs

Extract the correlation_id tag from the Sentry issue. If available, use it to search for related logs in Logfire using the logfire_polar tools. This can provide additional context and insights into the events leading up to the issue, helping you to further understand the root cause.

The clause will look like this: attributes->>'correlation_id' = '<correlation_id>'

If any logs has source_correlation_id, query those logs as well.

Installs
1
GitHub Stars
10.0K
First Seen
May 20, 2026
fix-sentry — polarsource/polar