If you're using Sentry's Seer bot for automated code review on GitHub PRs, this skill parses those bot comments and helps you act on them. It fetches all the seer-by-sentry bot comments from a PR, extracts the bug descriptions, severity ratings, and suggested fixes from their markdown format, then guides you through verifying and fixing each issue. The workflow is thorough: it checks if issues still exist in current code, helps you distinguish false positives, and generates a summary table of what got resolved versus skipped. Useful for teams that have Seer installed but find themselves manually triaging its findings across multiple PRs. Just be aware the comment parsing is based on current formatting and could break if Sentry changes their output structure.
npx skills add https://github.com/getsentry/sentry-agent-skills --skill sentry-pr-code-review