Comprehensive merge request (MR) review using specialized agents
Performs comprehensive merge request reviews using specialized agents for code quality and test coverage.
/plugin marketplace add mixomat/claude-plugins/plugin install gitlab-code-review@mixomat-claude-plugins[review-aspects]Run a comprehensive pull request review using multiple specialized agents, each focusing on a different aspect of code quality.
Review Aspects (optional): "$ARGUMENTS"
Determine Review Scope
Available Review Aspects:
Identify Changed Files
git diff --name-only to see modified filesglab mr viewDetermine Applicable Reviews
Based on changes:
Launch Review Agents
Sequential approach (one at a time):
Parallel approach (user can request):
Aggregate Results
After agents complete, summarize:
Provide Action Plan
Organize findings:
# MR Review Summary
## Critical Issues (X found)
- [agent-name]: Issue description [file:line]
## Important Issues (X found)
- [agent-name]: Issue description [file:line]
## Suggestions (X found)
- [agent-name]: Suggestion [file:line]
## Strengths
- What's well-done in this PR
## Recommended Action
1. Fix critical issues first
2. Address important issues
3. Consider suggestions
4. Re-run review after fixes