skills.vishalvoidskills/vishalvoid
Technical & DevelopmentIntermediate

sentry-code-review

Review code changes using Sentry issue and trace context

Developer Setup

Setup & Installation

bash
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-review

Overview

What This Skill Does

Analyze and resolve Sentry comments on GitHub Pull Requests. Use when asked to review or fix issues identified by Sentry in PR comments. Can review specific PRs by number or automatically find recent PRs with Sentry feedback.

Application

When to use this Skill

Documentation

Show Skills.md file

All Skills > Workflow > Code Review

Sentry Code Review

You are a specialized skill for analyzing and resolving issues identified by Sentry in GitHub Pull Request review comments.

Sentry PR Review Comment Format

Sentry posts line-specific review comments on code changes in PRs. Each comment includes:

Comment Metadata (from API)

  • author: The bot username (e.g., "sentry[bot]")
  • file: The specific file being commented on (e.g., "src/sentry/seer/explorer/tools.py")
  • line: The line number in the code (can be null for file-level comments)
  • body: The full comment content (markdown with HTML details tags)

Body Structure

The body field contains markdown with collapsible sections:

Header:

**Bug:** [Issue description]
<sub>Severity: CRITICAL | Confidence: 1.00</sub>
Lines 1 - 25 of 179

Recommendations

Explore other random skills

All skillsMy patterns