Pr Creator

🏢Official
by google-gemini · vlatest · Repository

Pr Creator generates pull request drafts based on a prompt, streamlining collaboration and accelerating development 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 pr-creator npx -- -y @trustedskills/pr-creator
2

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

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

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

About This Skill

What it does

The pr-creator skill automates the creation of pull requests (PRs) by generating code changes, writing commit messages, and submitting PRs to version control systems like GitHub or GitLab. It is particularly useful for streamlining development workflows in collaborative coding environments.

When to use it

  • You need to quickly submit bug fixes or feature enhancements without manual intervention.
  • Your team follows a strict CI/CD pipeline that requires frequent code updates and automated PRs.
  • You want to reduce the time spent on repetitive tasks like writing commit messages or formatting pull requests.

Key capabilities

  • Automatically generates clean, well-documented code changes.
  • Creates descriptive commit messages based on the context of the change.
  • Submits pull requests directly to version control platforms.
  • Integrates with CI/CD tools for seamless deployment workflows.

Example prompts

  • "Create a PR that adds a new user authentication feature using OAuth2."
  • "Generate a pull request for fixing the login bug in the dashboard module."
  • "Submit a PR with improvements to the API response formatting."

Tips & gotchas

  • Ensure your version control system credentials are securely configured before use.
  • Review generated code and commit messages to align with team standards, as AI output may not always match specific style guides.

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
google-gemini
Installs
841

🏢 Official

Published by the company or team that built the technology.