code-review
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.
More from habonn/portal-skills
daily-commit-summary
|
27commit
Smart git commit workflow using Conventional Commits format with AI-generated commit message suggestions based on staged changes.
22skill-auditor
|
11e2e
Create or update Playwright E2E tests following the project's Page Object Model structure. Use /e2e create for new modules or /e2e update for existing ones.
6sprint-commit-summary
|
6test-ts
Generate TypeScript/Vitest unit tests by analyzing source file flow and ensuring 80%+ coverage.
5