Pr Creator

🌐Community
by matteocervelli · vlatest · Repository

The Pr Creator skill automates PR draft generation, streamlining workflow and saving developers time on boilerplate pull request content.

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

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

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

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

About This Skill

What it does

The pr-creator skill automates the creation of pull requests. It can generate a draft PR based on a description, automatically assign reviewers, and even add labels to categorize the proposed changes. This streamlines the code review process and reduces manual effort for developers.

When to use it

  • You need to quickly create a draft pull request from a feature branch.
  • You want to automate assigning specific reviewers to PRs based on the nature of the changes.
  • You're looking for a way to consistently label and categorize your pull requests.
  • You have repetitive tasks involved in creating pull requests that can be automated.

Key capabilities

  • Generates draft pull request descriptions.
  • Automatically assigns reviewers.
  • Adds labels to pull requests.

Example prompts

  • "Create a PR for the 'user authentication' feature, assign @alice and @bob as reviewers, and label it with 'security'."
  • "Draft a PR from branch 'feature/new-api' describing changes to the API endpoint."
  • "Generate a pull request for bug fix #123, add the 'bugfix' label and assign @devops."

Tips & gotchas

The skill requires access to your repository and configuration of reviewer assignments. Ensure proper permissions are granted to the AI agent using this skill to avoid errors during PR creation.

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
matteocervelli
Installs
7

🌐 Community

Passed automated security scans.