AhmedMerza

Mr Create — Git skill for Claude Code

Git community

Create a GitHub PR or GitLab MR with smart suggestions, quality checks, templates, and auto-labeling.

How to install Mr Create

Installs to ~/.claude/skills/ahmedmerza-agent-skills-mr-create/SKILL.md

Terminal
mkdir -p ~/.claude/skills/ahmedmerza-agent-skills-mr-create && curl -fsSL https://raw.githubusercontent.com/AhmedMerza/agent-skills/HEAD/commands/mr-create.md -o ~/.claude/skills/ahmedmerza-agent-skills-mr-create/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Mr Create does


name: mr-create version: 1.5.0 description: Create a GitHub PR or GitLab MR with smart suggestions, quality checks, templates, and auto-labeling

/mr-create

Provider resolution (GitHub or GitLab)

This command works on **either GitHub or GitLab** (self-hosted or SaaS). Resolve the provider once at the start, then use that provider's CLI for every operation below.

  1. Detect the provider from the push remote's host — git remote get-url origin:
    • host is github.com (or `*.

Alternatives in Git

  • Gh Fix CI — Debug and fix failing GitHub Actions PR checks using log inspection 14.6k ★
  • GitLab — Source Control GitLab integration via MCP 14k ★
  • GitHub Review Comments — Use when a PR has unresolved review comments that need responses -- evaluates each comment, implements valid f 1.5k ★

Full documentation available on GitHub

View Source Repository