Make Pr

🏢Official
by remotion-dev · vlatest · Repository

This skill automatically creates pull requests with a specified message and branch target, streamlining your workflow for code contributions.

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

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

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

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

About This Skill

What it does

This skill automates the process of creating pull requests on GitHub. It can analyze changes, draft a PR description based on those changes, and initiate the PR creation workflow. This streamlines code review processes and reduces manual effort for developers.

When to use it

  • You need to regularly submit code changes to a repository.
  • You want to automate the initial steps of creating pull requests.
  • A team wants to standardize the process of submitting code reviews.
  • You're working on a large project with frequent updates and require efficient PR creation.

Key capabilities

  • GitHub integration
  • Automated pull request description generation
  • PR initiation workflow

Example prompts

  • "Create a pull request for the changes in my local branch 'feature/new-button'."
  • "Generate a pull request description based on the recent commits to the 'main' branch."
  • “Initiate a PR with title ‘Fix: Issue #123’ and describe the changes.”

Tips & gotchas

  • Requires authentication with a GitHub account.
  • The quality of the generated PR description depends on the clarity and detail of the commit messages.

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
remotion-dev
Installs
0

🏢 Official

Published by the company or team that built the technology.