What problem does it solve? Seer by Sentry leaves automated bug-prediction comments on GitHub pull requests, but triaging, verifying, and fixing each finding manually is tedious. This Skill fetches those comments, parses the structured findings, and guides you through verifying and resolving each issue. ## Core Features & Use Cases - Fetch Seer Comments: Uses the GitHub CLI to retrieve all review comments from the seer-by-sentry[bot] account on a given PR, or scans recent open PRs to find ones with unresolved Seer feedback. - Parse Structured Findings: Extracts bug descriptions, severity and confidence scores, detailed analysis, suggested fixes, and AI-agent prompts from Seer's markdown comment format. - Verify and Fix: Walks through each finding by reading the referenced file and line, confirming the issue still exists, filtering false positives, and applying fixes. - Use Case: A teammate shares a PR URL and asks you to address the Sentry review. You run this Skill to pull all Seer comments, fix three genuine null-check issues, skip one false positive, and produce a summary table of resolved and skipped items. ## Quick Start Review the Sentry Seer comments on pull request number 42 in this repository and fix the confirmed issues.