AhmedMerza

Mr Review — Git skill for Claude Code

Git community

Perform comprehensive code review on a GitHub PR or GitLab MR.

How to install Mr Review

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

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

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

What Mr Review does


name: mr-review version: 2.0.0 description: Perform comprehensive code review on a GitHub PR or GitLab MR

/mr-review - MR/PR Code Review (API-Only, No Local Git Changes)

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 `githu

Alternatives in Git

  • Fix PR — by metabase - Fetches and fixes unresolved PR comments by automatically retrieving feedback, addressing review 46.5k ★
  • Gh Address Comments — Address review and issue comments on open GitHub PRs via CLI 14.6k ★
  • GitLab — Source Control GitLab integration via MCP 14k ★

Full documentation available on GitHub

View Source Repository