Resolve bugs and findings surfaced by Sentry in GitHub pull-request comments.
---
name: sentry-code-review
description: Analyze and resolve Sentry comments on GitHub Pull Requests. Use this 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.
allowed-tools: Read, Edit, Write, Bash, Grep, Glob, WebFetch, AskUserQuestion
category: workflow
parent: sentry-workflow
disable-model-invocation: true
---
> [All Skills](../../SKILL_TREE.md) > [Workflow](../sentry-workflow/SKILL.md) > 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)
… install to load the full skill