Create Pr

🌐Community
by marcelorodrigo · vlatest · Repository

Automatically generates pull requests on Marcel Rodriguez's repositories based on provided instructions and code changes.

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

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

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

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

About This Skill

What it does

This skill enables AI agents to programmatically create pull requests within a repository, streamlining code review workflows and facilitating collaborative development. It automates the submission of changes by defining the target branch and the source of modifications.

When to use it

  • Automating the deployment of bug fixes after an agent successfully resolves an issue in the codebase.
  • Submitting feature branches generated by AI agents for immediate human review.
  • Triggering pull request creation as part of a larger CI/CD pipeline or automated testing sequence.
  • Managing multiple small commits by batching them into a single cohesive pull request.

Key capabilities

  • Initiates the creation of a new pull request object in the target repository.
  • Configures the base branch where changes will be merged.
  • Specifies the head branch or commit containing the proposed modifications.
  • Facilitates integration between AI agents and version control systems for code submission.

Example prompts

  • "Create a pull request titled 'Fix login bug' targeting the main branch with the latest changes from my current session."
  • "Generate a PR to merge the feature-branch into develop, including a summary of the automated tests that passed."
  • "Submit a pull request for the recent security patch I generated, ensuring it points to the staging environment branch."

Tips & gotchas

Ensure the AI agent has appropriate read/write permissions on the repository before attempting to create a pull request. Verify that the target branch exists and is up-to-date to avoid merge conflicts or submission errors.

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
marcelorodrigo
Installs
163

🌐 Community

Passed automated security scans.