Create Pr

🌐Community
by mguinada · vlatest · Repository

Automatically generates draft pull requests from code changes based on commit messages and project conventions.

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

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

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

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

About This Skill

What it does

This skill automates the creation of pull requests (PRs) in Git repositories. It can generate a PR based on changes made to files, allowing users to streamline their workflow and reduce manual effort. The tool facilitates collaboration by automatically preparing and submitting code for review.

When to use it

  • When you need to quickly create a pull request from local changes without manually navigating the GitHub interface.
  • For automated workflows where code modifications require immediate submission for review (e.g., feature branches).
  • To simplify the process of contributing to open-source projects by automating PR creation.
  • During development sprints when frequent code reviews are necessary.

Key capabilities

  • Automated pull request generation.
  • Integration with Git repositories.
  • Streamlined workflow for code review and collaboration.

Example prompts

  • "Create a pull request from my current branch."
  • "Generate a PR for the changes I just made to src/main.py."
  • "Submit a pull request titled 'Fix: Issue #123' with description 'Resolves issue 123'."

Tips & gotchas

This skill requires access to a Git repository and appropriate permissions to create pull requests within that repository. Ensure the AI agent has been configured with the necessary credentials for authentication.

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
mguinada
Installs
8

🌐 Community

Passed automated security scans.