sentry-pr-code-review

Review GitHub pull requests using Seer bug prediction comments.

Updated Mar 5, 2026
One-click install
npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-pr-code-review-himanshu040604
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sentry-pr-code-review
Source: https://github.com/Himanshu040604/codex-skills-setup/tree/main/assets/codex/skills/claude-import/skills/plugins/sentry%40claude-plugins-official/skills/sentry-pr-code-review
Command: npx skills add https://github.com/Himanshu040604/codex-skills-setup --skill sentry-pr-code-review-himanshu040604

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing GitHub Pull Requests for issues flagged by Sentry's Seer Bug Prediction, helping developers quickly identify and fix code quality problems.

Core Features & Use Cases

  • Automated Comment Parsing: Extracts bug descriptions, severity, analysis, and suggested fixes from Seer bot comments on PRs.
  • Code Verification & Fixing: Guides the user to verify issues in the current code, implement fixes, and consider edge cases.
  • Use Case: When a PR has comments from seer-by-sentry[bot], this skill helps you understand the reported issues and guides you through the process of fixing them.

Quick Start

Use the sentry-pr-code-review skill to review Sentry comments on the current PR.

Frequently Asked Questions about sentry-pr-code-review

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

FAQPage Schema
How do I review GitHub pull requests for Sentry Seer bug predictions?

To review pull requests for Sentry bug predictions, this skill parses comments from the seer-by-sentry bot to extract bug descriptions, severity, analysis, and suggested fixes, guiding you through verifying and implementing the solutions.

What is Sentry Seer bug prediction and how does it work with PR comments?

Sentry Seer bug prediction is an automated analysis that posts comments on GitHub pull requests via the seer-by-sentry bot, flagging potential code quality issues with descriptions, severity levels, and suggested fixes for developers to review.

Do I need the GitHub CLI and Seer by Sentry App installed to review PR issues?

Yes, you need both the gh CLI and the Seer by Sentry GitHub App installed to use this skill. The Seer app generates the bug prediction comments on pull requests, and the gh CLI is required to interact with your GitHub repository.

How do I fix code issues detected by Sentry Seer on my pull request?

To fix code issues detected by Sentry Seer, this skill guides you through verifying the flagged problems in your current code, implementing the suggested fixes, and considering edge cases to ensure comprehensive bug resolution.

Can I use this Sentry PR review skill without the seer-by-sentry bot comments?

No, this skill specifically relies on parsing comments generated by the seer-by-sentry bot on GitHub pull requests. Without the Seer by Sentry GitHub App installed and actively posting bug predictions, there are no issues for the skill to extract and review.