code-review
Installation
SKILL.md
Code Review Skill
Perform automated code reviews on GitLab merge requests with multi-category analysis and structured summary reports. Automatically generates an HTML report with professional styling for easy reading and sharing.
Output
After completing the review, the skill automatically saves an HTML report:
- Filename:
code-review-{MR-number}.htmlin the current directory - Features:
- Color-coded severity levels (🔴 critical, 🟡 warning, 🔵 suggestion, 🟢 positive)
- Syntax-highlighted code snippets
- Summary statistics at the top
- Responsive design for easy reading on any device
Prerequisites
This skill requires the gitlab-code-review MCP server to fetch merge request data automatically.
Setup: Run install.sh after installing the skill - it will prompt for your GitLab token and configure the MCP server automatically.