mr-reviewer

Coordinate three agents to analyze GitLab merge requests and generate a unified report.

2|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/sequenzia/agent-tools --skill mr-reviewer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mr-reviewer
Source: https://github.com/sequenzia/agent-tools/tree/main/plugins/core/skills/mr-reviewer
Command: npx skills add https://github.com/sequenzia/agent-tools --skill mr-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

MR review can be lengthy and error-prone; this skill automates multi-dimension analysis and consolidates findings into a single structured report.

Core Features & Use Cases

  • Parallel analysis by three agents (codebase understanding, code quality, git history) on MR changes.
  • Deduplication and structured formatting of findings, with a final report and optional GitLab comments.
  • Supports both GitLab MR interactions and local fallbacks when API access is limited.

Quick Start

Invoke mr-reviewer on an MR to generate a comprehensive structured review across dimensions.

Frequently Asked Questions about mr-reviewer

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

FAQPage Schema
How do I automate GitLab merge request reviews?

To automate GitLab merge request reviews, this skill coordinates three specialized agents to analyze MR changes, diffs, and comments, generating a unified report with deduplicated findings and severity classifications.

What is multi-agent MR review orchestration?

Multi-agent MR review orchestration coordinates separate agents for codebase understanding, code quality, and git history analysis, consolidating their parallel findings into a single structured report for comprehensive merge request evaluation.

Can I review merge requests locally when GitLab API access is limited?

Yes, you can review merge requests locally when GitLab API access is limited; the skill supports local fallbacks to analyze MR data and diffs without requiring direct API interactions.

How do I post automated MR review comments back to GitLab?

To post automated MR review comments back to GitLab, the skill formats deduplicated agent findings into a structured output and optionally posts them directly to the merge request thread.

Does the MR review report include severity classification for findings?

Yes, the MR review report includes severity classification for findings. The skill applies a structured output contract that classifies agent findings by severity after deduplication.