Create Pr Commit

🌐Community
by hugorcd · vlatest · Repository

Automatically generates draft pull request and commit messages based on provided code changes and descriptions.

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

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

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

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

About This Skill

What it does

This skill automates the process of creating a commit and pull request in Git repositories. It can generate commit messages based on provided context, stage changes, and push them to remote branches, ultimately opening a pull request for review. This streamlines development workflows and reduces manual effort.

When to use it

  • You need to quickly create a pull request from a series of staged changes.
  • You want to automate the commit message generation process based on context.
  • You're working in a team environment and require consistent pull request creation procedures.
  • You are performing repetitive tasks that involve committing and pushing code.

Key capabilities

  • Generates commit messages.
  • Stages changes for commit.
  • Commits staged changes.
  • Pushes commits to remote branches.
  • Creates a pull request.

Example prompts

  • "Create a PR with the message 'Fix: Resolved issue #123'."
  • "Commit and create a pull request from my current staged changes."
  • “Generate a commit message summarizing these changes and open a pull request.”

Tips & gotchas

The skill requires access to a Git repository. Ensure the AI agent has appropriate credentials or permissions to interact with the remote repository before use.

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
hugorcd
Installs
4

🌐 Community

Passed automated security scans.