gitlab-mr-review
Installation
SKILL.md
GitLab MR Review Workflow Skill
Purpose
The purpose of this skill is to provide constructive and comprehensive feedback on code changes. The primary goals are:
- Quality Assurance: Identify bugs, potential logic errors, and edge cases.
- Maintainability: Ensure code is readable, modular, and consistent with the existing architecture.
- Security: Detect common security vulnerabilities and privacy risks. Validate against OWASP Top 10 where applicable.
- Education: Provide explanations and context for suggested changes to help the author grow.
This workflow is read-first and non-invasive:
- Do not modify repository files.
- Analyze MR content and discussions.
- Post comments, update MR only when explicitly requested.