Create Pr

🏢Official
by getsentry · vlatest · Repository

Automatically creates pull requests in your repository based on Sentry alerts and suggested fixes.

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-create-pr npx -- -y @trustedskills/getsentry-create-pr
2

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

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

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

About This Skill

The create-pr skill enables AI agents to automatically generate pull requests within Git repositories, streamlining code review workflows. It handles the creation of branches, commits, and PR metadata directly through Sentry's integration capabilities.

When to use it

  • Automating the submission of bug fixes or feature implementations after an agent completes a coding task.
  • Triggering code reviews immediately upon completion of a development cycle without manual intervention.
  • Managing multiple independent changes by creating separate pull requests for distinct modules or files.
  • Integrating with existing CI/CD pipelines to ensure every automated change undergoes standard review processes.

Key capabilities

  • Initiates new pull requests within supported Git repositories via Sentry integrations.
  • Manages the lifecycle of code submissions from branch creation to PR finalization.
  • Facilitates collaboration by providing a structured entry point for peer code reviews.

Example prompts

  • "Create a pull request with the title 'Fix login timeout' containing the changes I just made."
  • "Generate a new PR for the updated payment module and set the base branch to main."
  • "Submit a pull request for these security patches and tag the senior developer in the description."

Tips & gotchas

Ensure your AI agent has appropriate write permissions for the target Git repository before attempting to create pull requests. Verify that the Sentry integration is correctly configured with the necessary OAuth scopes to manage repository actions on your behalf.

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
175

🏢 Official

Published by the company or team that built the technology.