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 the full loop of fetching Sentry comments, parsing their structured content, verifying the reported issues in the code, and applying targeted fixes. ## Core Features & Use Cases - Sentry Comment Retrieval: Fetches PR review comments via the GitHub API and filters only those authored by Sentry bots, 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 markdown/HTML comment format. - Verified Fix Implementation: Reads the affected file and line, confirms the issue still exists, applies a root-cause fix with the Edit tool, 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 on that PR, fixes a missing null check flagged as CRITICAL, and reports one remaining issue that needs human judgment. ## Quick Start Review and fix the Sentry comments on pull request number 142 in this repository.