This automates the grunt work of triaging and fixing issues that Sentry flags in your GitHub PRs. It parses Sentry bot comments (the ones with severity levels, confidence scores, and that collapsible analysis format), locates the exact file and line, and applies fixes based on the suggested remediation. Handles the usual suspects like missing null checks, silent error swallowing, and type safety gaps. The workflow is straightforward: point it at a PR number, it fetches review comments via GitHub API, filters for Sentry feedback, reads the affected code, makes the edits, and gives you a summary of what got fixed versus what needs human eyes. Saves you from manually clicking through each Sentry comment and context switching between the bot's analysis and your editor.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-review