sentry-code-review

sentry code review

getsentry 243 ↓ 2.5k MIT updated 25d ago
Claude Code
View source ↗

What it does

  • 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)
  • Functions returning None when list expected
  • Missing null checks before iterating
  • Too permissive input validation

Derived from the skill's own SKILL.md documentation · extracted 2026-07-23

sentry code review

Source

Repository: https://github.com/getsentry/sentry-for-ai

sentry-code-review FAQ

What does the sentry-code-review skill do?

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. author: The bot username (e.g., "sentry[bot]") file: The specific file being commented on (e.g., "src/sentry/seer/explorer/tools.py")

How do I install sentry-code-review?

Run: npx -y skills add https://github.com/getsentry/sentry-for-ai --skill sentry-code-review --agent claude-code — the source lives at github.com/getsentry/sentry-for-ai.

Maintain sentry-code-review?

Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.

[sentry-code-review on getagentictools](https://getagentictools.com/skills/getsentry-sentry-for-ai-sentry-code-review?ref=badge)
npx agentictools info skills/getsentry-sentry-for-ai-sentry-code-review

The second line is the CLI lookup for this page — handy in READMEs and docs.