This automates the workflow of finding, parsing, and fixing issues that Sentry's Seer bot flags in your GitHub PRs. It uses the gh CLI to fetch comments from the seer-by-sentry bot account, extracts structured details like bug descriptions, severity ratings, and suggested fixes from the markdown, then helps you verify and resolve each one. Useful when you've got a PR with Sentry feedback and want to batch through the findings instead of clicking through GitHub's UI. The skill acknowledges upfront that it's parsing comment markdown, not a stable API, so the format could break if Sentry changes their bot output. Includes fallback commands for hunting down which open PRs have unresolved Seer comments.
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-pr-code-review