What problem does it solve? Sentry posts automated bug reports as line-level review comments on GitHub pull requests, and manually triaging, verifying, and fixing each one is repetitive and error-prone. This Skill automates fetching, parsing, verifying, and fixing those Sentry-identified issues. ## Core Features & Use Cases - Sentry Comment Retrieval: Fetches PR review comments via the GitHub API and filters only those from the Sentry bot, ignoring other bots like cursor[bot]. - Structured Comment Parsing: Extracts bug description, severity, confidence score, detailed analysis, suggested fix, and the AI agent prompt from Sentry's HTML details blocks. - Verified Fix Implementation: Reads the flagged file and line, confirms the issue still exists, applies a targeted fix, and produces a summary report of resolved and manually-reviewed issues. - Use Case: A teammate asks you to address Sentry feedback on PR #142. The Skill pulls all Sentry comments, fixes a missing null check and an un-rethrown error, then reports which issues were resolved and which need human judgment. ## Quick Start Review and fix all Sentry bot comments on pull request number 142 in this repository.