seer-code-review

Parse Sentry bot comments in GitHub pull requests and validate issues.

3|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/codyde/sentry-claude-code-skills --skill seer-code-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: seer-code-review
Source: https://github.com/codyde/sentry-claude-code-skills/tree/main/seer-code-review/seer-code-review
Command: npx skills add https://github.com/codyde/sentry-claude-code-skills --skill seer-code-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you systematically analyze, validate, and fix issues identified by the sentry automated code review bot in GitHub Pull Requests.

Core Features & Use Cases

  • Fetches and parses bot comments: Retrieve comments from PRs and extract issue details, severity, confidence, and suggested fixes.
  • Validation workflow: Read surrounding code, verify the issue, and assess real impact to avoid false positives.
  • Automated fixes & reporting: Implement safe fixes, generate clear commits, and provide structured reports to accelerate remediation.

Quick Start

Review the sentry bot comments on PR #42 and provide a validation report, or scan recent PRs for sentry feedback.

Frequently Asked Questions about seer-code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I identify and fix issues flagged by automated code review bots in GitHub pull requests?

Automated code review bots like Sentry flag potential issues in PRs. You can systematically review these bot comments, validate them against your actual codebase to confirm real problems, then generate and commit fixes with clear descriptions to remediate them efficiently.

Can I automate validation of Sentry bot feedback before applying fixes?

Yes. You can parse Sentry bot comments to extract issue details, severity, and confidence levels, then read surrounding code to verify whether each flagged issue is a genuine problem or a false positive before deciding on remediation.

What's the best way to handle pull request reviews at scale with CI automation?

Integrate bot feedback parsing into your PR workflow to fetch and validate comments, assess impact, generate structured reports on findings, and automate fix commits. This accelerates code review cycles and reduces manual triage overhead.

How do I generate clear commit messages when fixing bot-flagged issues in GitHub?

Extract issue context from bot comments—severity, confidence, file paths—then create commits with descriptive messages that reference the original flagged problem and the remediation applied, making fix intent transparent in git history.

Can I scan multiple recent pull requests for bot feedback at once?

Yes. You can scan recent PRs to retrieve and consolidate Sentry bot comments across multiple requests, validate issues in batch, and produce structured reports comparing severity and remediation options across all flagged PRs.