Git Create Mr

🌐Community
by giikin · vlatest · Repository

Helps with Git, creation as part of agent workflows 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 git-create-mr npx -- -y @trustedskills/git-create-mr
2

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

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

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

About This Skill

What it does

This skill automates the creation of merge requests (MRs) in Git repositories. It streamlines the process by pre-filling essential information like title and description, significantly reducing manual effort when submitting code changes for review. The skill can also handle branching based on provided instructions.

When to use it

  • You frequently need to submit code changes for review using merge requests.
  • You want to automate repetitive tasks associated with creating MRs, such as setting the branch name and description.
  • Your team follows a specific branching strategy that needs to be consistently applied when submitting code.
  • You are working on a project where you need to create multiple MRs quickly.

Key capabilities

  • Creates merge requests in Git repositories.
  • Pre-populates MR title and description fields.
  • Handles branch creation based on instructions.

Example prompts

  • "Create a merge request for the 'feature/new-login' branch, with the title 'Implement new login functionality' and the description 'Adds a new login screen and associated API calls.'"
  • "Generate an MR from my current working copy to the develop branch."
  • "Make a merge request targeting main, describing the changes in commit messages."

Tips & gotchas

  • Ensure the AI agent has access to your Git repository credentials or is configured with appropriate permissions.
  • The skill's effectiveness depends on clear and specific instructions regarding branch names, titles, and descriptions.

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
giikin
Installs
5

🌐 Community

Passed automated security scans.