Sentry Pr Code Review

🏢Official
by getsentry · vlatest · Repository

Automates code review feedback on Sentry pull requests, identifying potential issues and suggesting improvements for backend code.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add getsentry-sentry-pr-code-review npx -- -y @trustedskills/getsentry-sentry-pr-code-review
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "getsentry-sentry-pr-code-review": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/getsentry-sentry-pr-code-review"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill automates code review feedback on Sentry pull requests, specifically addressing issues identified by Seer (by Sentry). It fetches and parses comments left by the seer-by-sentry[bot] bot within GitHub PRs, extracts relevant information like bug descriptions, severity, suggested fixes, and analysis. The skill then verifies if these issues still exist in the current code, implements fixes when appropriate, and summarizes the review findings.

When to use it

  • When a user asks to "review Sentry comments" or "fix Sentry issues" on a pull request.
  • When a user shares a PR URL/number and mentions Sentry or Seer feedback.
  • To address specific "Sentry review" requests or resolve identified "Sentry findings."
  • To find recent pull requests containing unresolved Sentry comments.

Key capabilities

  • Fetches comments from the seer-by-sentry[bot] bot on GitHub PRs.
  • Parses comment bodies to extract bug descriptions, severity, analysis, and suggested fixes.
  • Verifies if identified issues are still present in the current code.
  • Implements fixes based on suggested solutions or custom implementations.
  • Summarizes review results, distinguishing between resolved and skipped (false positive/already fixed) issues.

Example prompts

  • "Review Sentry comments on this PR: [PR URL]"
  • "Fix the Sentry issues in pull request #123."
  • "Address Sentry review for this code."

Tips & gotchas

  • Prerequisites: Requires the gh CLI tool to be installed and authenticated, and the Seer by Sentry GitHub App must be installed on the repository.
  • Comment Format Dependency: The skill relies on a specific comment format from Seer; changes in Seer's output may break compatibility. Always verify the actual comment structure.
  • Bot Login Specificity: The bot login to look for is seer-by-sentry[bot], not sentry[bot] or sentry-io[bot].

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
getsentry
Installs
37

🏢 Official

Published by the company or team that built the technology.