sentry-code-review
Review code changes using Sentry issue and trace context
Developer Setup
Setup & Installation
npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-reviewnpx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-reviewOverview
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
- Configuring integration settings for custom agent workflows.
- Optimizing query execution and response latency in production.
- Developing clean, standard-compliant implementations for enterprise services.
- Troubleshooting connection timeouts and authentication handshakes.
- Monitoring API rate limits and execution pipelines programmatically.
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 benullfor 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>
Recommendations
Explore other random skills
canary
SRE post-deploy monitoring: watches for console errors, performance regressions, and page failures
benchmark
Performance Engineer: baseline page load times, Core Web Vitals, and resource sizes
document-release
Technical Writer: update all project docs to match what you just shipped