review-mr

Fetch MR/PR metadata and diffs to generate structured code review comments.

Updated Nov 12, 2025
One-click install
npx skills add https://github.com/f-esquivel/dotfiles --skill review-mr-f-esquivel
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-mr
Source: https://github.com/f-esquivel/dotfiles/tree/main/claude/skills/review-mr
Command: npx skills add https://github.com/f-esquivel/dotfiles --skill review-mr-f-esquivel

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Review MR/PRs by ID, fetches diffs, analyzes changes, and generates structured inline comments for efficient code reviews.

Core Features & Use Cases

  • Detect platform (GitLab/GitHub) and choose appropriate review workflow.
  • Fetch MR/PR metadata, diffs, and related issues to build context.
  • Produce a structured review with verdicts and inline comments; support drafting comments for later posting.
  • Cross-check against project conventions when available and adapt post strategy.

Quick Start

Call the skill with an MR/PR number to generate a full structured review draft.

Frequently Asked Questions about review-mr

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate inline comments for a pull request review?

To generate inline comments for a pull request review, fetch the PR metadata and diffs by ID to analyze changes, producing a structured verdict and draft comments for later posting.

Can I use the same code review workflow for both GitHub and GitLab merge requests?

Yes, you can review both GitHub and GitLab merge requests using a single workflow that detects the platform, adapts to diff formats and conventions, and generates structured inline comments.

How do I analyze merge request diffs to prepare a comprehensive code review?

Analyze merge request diffs by fetching metadata and related issues to build context, which validates references, prevents unsafe actions, and outputs structured recommendations and inline comments.

Does code review automation support drafting comments before posting them to GitLab?

Yes, automated code review supports drafting structured inline comments for GitLab merge requests, allowing you to review the generated verdict and recommendations before posting them.

What is included in a structured merge request review verdict?

A structured merge request review verdict includes draft inline comments, cross-checked project conventions, validated references, and recommendations to prevent unsafe actions.