Mr Review — Git skill for Claude Code
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
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.
- 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 RepositoryRelated Skills
Project Review
Perform comprehensive code review of staged changes, branch, or PR
V PR Review
Deep, two-axis, stack-agnostic code review of a pull/merge request or a local diff — review-only, never edits
PR Autopilot
Claude Code skill that orchestrates the full Pull Request lifecycle — creation, multi-agent review, automated
Async Code
GitHub Repo stars Use Claude Code/CodeX CLI to perform multiple tasks in parallel Parallel task execution
GitLab Claude Webhook
GitLab webhook service for Claude Code CLI integration
GitLab Assistant Setup
Set up GitLab Assistant Skills with credentials and configuration
Related Agents
Weekly Summary
Records a personal weekly work log for self-tracking and year-end review reference. Use at the end of the week
Quality
Perform a comprehensive quality assurance review and functionality verification.
Inav Code Review
Perform comprehensive code review for INAV firmware and configurator changes. Use PROACTIVELY after code chang