Gh Review Requests

🏢Official
by getsentry · vlatest · Repository

Automatically reviews GitHub pull requests, flagging potential issues based on Sentry's error monitoring data and best practices.

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 gh-review-requests npx -- -y @trustedskills/gh-review-requests
2

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

~/.claude/settings.json
{
  "mcpServers": {
    "gh-review-requests": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/gh-review-requests"
      ]
    }
  }
}

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

About This Skill

What it does

This skill enables AI agents to interact with GitHub's review request workflow, allowing them to identify who needs to review a pull request and manage those requests directly within the platform. It streamlines the code approval process by automating the discovery of assignees for specific changes.

When to use it

  • An agent needs to automatically find the appropriate maintainers or reviewers for a newly created pull request based on file paths or repository rules.
  • A workflow requires notifying specific team members when their assigned review tasks are pending or overdue.
  • You want an agent to update the list of requested reviewers after a change in project ownership or team structure.

Key capabilities

  • Identifies required reviewers for open pull requests.
  • Manages GitHub review request assignments programmatically.
  • Integrates directly with the GitHub API for real-time status updates.

Example prompts

  • "Find all open pull requests in this repository that are missing a reviewer and assign them to the 'backend' team."
  • "Who is currently requested to review PR #402, and has their review been approved yet?"
  • "Update the review request for the latest feature branch to include @senior-dev and remove @intern-user."

Tips & gotchas

Ensure your AI agent has valid GitHub API credentials with repo scope permissions, as managing review requests requires write access to pull requests. This skill relies on the current state of the repository; if a PR is merged or closed, the agent must be instructed to handle that lifecycle event separately.

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
47

🏢 Official

Published by the company or team that built the technology.