Pr Create

🌐Community
by posit-dev · vlatest · Repository

Generates draft pull requests with suggested changes based on code analysis and defined project standards.

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

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

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

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

About This Skill

The pr-create skill automates the creation of Pull Requests (PRs) within a repository. It allows AI agents to generate PR drafts by analyzing code changes, defining titles and descriptions, and setting up necessary metadata without manual intervention.

When to use it

  • Automate the workflow after an agent completes a coding task or refactoring session.
  • Generate standardized PR templates that include test results or deployment notes.
  • Trigger PR creation immediately upon successful build verification in CI/CD pipelines.
  • Reduce context switching for developers by having agents handle merge request logistics.

Key capabilities

  • Automatically generates PR titles and detailed descriptions based on code diffs.
  • Supports custom template configurations for consistent formatting across teams.
  • Integrates with repository workflows to attach relevant files or links to the PR.
  • Enables batch creation of multiple PRs from a single set of changes.

Example prompts

  • "Create a Pull Request for the updated authentication module with a summary of security improvements."
  • "Generate a PR draft for the new user dashboard feature, including references to the latest test suite results."
  • "Set up a PR for the database migration script, ensuring it includes rollback instructions in the description."

Tips & gotchas

Ensure the AI agent has read/write access to the target repository before attempting to create a PR. Verify that the repository supports automated PR creation via API or CLI tools used by the skill.

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
posit-dev
Installs
33

🌐 Community

Passed automated security scans.