Thanks to visit codestin.com
Credit goes to officialskills.sh

Back to skills

sentry-code-review

officialdevelopment

Review code changes using Sentry issue and trace context from the current branch or a specific PR.

Setup & Installation

npx skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-review
or paste the link and ask your coding assistant to install it
https://github.com/getsentry/sentry-for-ai/tree/main/skills/sentry-code-review
View on GitHub

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.

Grounds code review in real production signals from Sentry rather than just static code reading, so reviewers see which changes actually map to live issues.

When to use it

  • Reviewing a PR for regressions flagged by Sentry issue history
  • Addressing Sentry bot comments left on a PR
  • Finding recent PRs that have open Sentry feedback to act on
  • Using trace data to confirm whether a change fixes a live issue
  • Spot-checking a PR against recent production errors in the touched files