Create Pr

🌐Community
by tartinerlabs · vlatest · Repository

Automatically generates draft pull requests with suggested changes based on code review feedback from tartinerlabs.

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

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

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

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

About This Skill

The tartinerlabs-create-pr skill enables AI agents to programmatically create pull requests within a repository. It streamlines the contribution workflow by allowing automated submission of code changes for review and merging.

When to use it

  • Automating bug fixes or feature implementations after an agent analyzes and modifies code.
  • Submitting documentation updates generated by an AI assistant without manual intervention.
  • Testing new logic branches in isolation before integrating them into the main codebase.
  • Facilitating continuous integration pipelines where agents propose changes based on test failures.

Key capabilities

  • Initiates pull request creation directly from the agent's execution context.
  • Supports defining source and destination branches for the proposed changes.
  • Allows inclusion of a custom title and description for the pull request.

Example prompts

  • "Create a pull request titled 'Fix login timeout' moving my updated auth module to the main branch."
  • "Generate a PR with the new dashboard UI components I just wrote, targeting the develop branch."
  • "Submit a pull request containing the unit tests I generated for the payment processor function."

Tips & gotchas

Ensure the AI agent has appropriate repository write permissions before attempting to create a pull request. Always verify that the target branch exists and is accessible from the current working directory or remote configuration.

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
tartinerlabs
Installs
51

🌐 Community

Passed automated security scans.