Create Pr

🌐Community
by sickn33 · vlatest · Repository

Automatically generates draft pull requests from code changes detected in a repository, streamlining review workflows.

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

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

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

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

About This Skill

The create-pr skill automates the creation of Pull Requests within a Git repository, streamlining code review workflows for AI agents. It handles the necessary Git operations to branch, commit changes, and open a PR directly in the connected platform.

When to use it

  • You need to submit code changes for review without manually navigating the GitHub or GitLab UI.
  • Your workflow requires automated testing branches that must be merged back into the main development line.
  • You want to enforce consistent commit messages and PR templates across multiple feature implementations.
  • You are integrating CI/CD pipelines where a successful build should automatically trigger a Pull Request creation.

Key capabilities

  • Automatically creates new branches based on specified naming conventions or remote tracking.
  • Commits staged changes with customizable message formatting.
  • Opens Pull Requests with optional titles, descriptions, and assigned reviewers.
  • Integrates directly with the repository's existing Git configuration and authentication tokens.

Example prompts

  • "Create a pull request for the new authentication module from the feat/login branch to main."
  • "Commit the latest test results and open a PR titled 'Update unit tests' with my name as the reviewer."
  • "Generate a PR for the bug fix in the payment service, linking it to issue #42 in the description."

Tips & gotchas

Ensure your AI agent has valid read/write access tokens for the target repository before attempting to create a Pull Request. Verify that the remote branch names match your local branches to avoid conflicts during the push operation.

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
sickn33
Installs
62

🌐 Community

Passed automated security scans.