Gitlab Mr
This skill automates GitLab Merge Requests (MRs) by streamlining workflows and reducing manual effort for faster development cycles.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add gitlab-mr npx -- -y @trustedskills/gitlab-mr
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"gitlab-mr": {
"command": "npx",
"args": [
"-y",
"@trustedskills/gitlab-mr"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
The gitlab-mr skill allows AI agents to interact with GitLab Merge Requests (MRs). It can retrieve information about MRs, such as their status, assignee, and diff statistics. This facilitates automated workflows related to code review and deployment processes within a GitLab environment.
When to use it
- Automated Status Checks: Automatically check the status of an MR and report on any blocking issues or required actions.
- Code Review Summaries: Generate summaries of changes included in an MR, highlighting key modifications and potential risks.
- Deployment Readiness Assessment: Evaluate an MR's readiness for deployment based on test results and code quality metrics.
- Notification Management: Receive notifications about new or updated MRs assigned to you or impacting your projects.
Key capabilities
- Retrieve Merge Request details (status, assignee, etc.)
- Access diff statistics within an MR
- Interact with GitLab API endpoints related to merge requests
Example prompts
- "What is the status of merge request #123?"
- "Show me the diff statistics for merge request 456."
- "List all open merge requests assigned to me."
Tips & gotchas
Requires access to a GitLab instance and appropriate API credentials. The skill's functionality is dependent on the accuracy and completeness of information available through the GitLab API.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.