gitlab-mr
Merge Request Skill
Merge request operations for GitLab using the glab CLI.
Quick Reference
| Operation | Command | Risk |
|---|---|---|
| List MRs | glab mr list |
- |
| View MR | glab mr view <id> |
- |
| Create MR | glab mr create |
⚠️ |
| Checkout MR | glab mr checkout <id> |
- |
| Approve MR | glab mr approve <id> |
⚠️ |
| Merge MR | glab mr merge <id> |
⚠️⚠️ |
| Update MR | glab mr update <id> |
⚠️ |
| Close MR | glab mr close <id> |
⚠️ |
| Reopen MR | glab mr reopen <id> |
⚠️ |
| Delete MR | glab mr delete <id> |
⚠️⚠️ |
| Rebase MR | glab mr rebase <id> |
⚠️ |
More from grandcamel/gitlab-assistant-skills
gitlab-issue
GitLab issue operations. ALWAYS use this skill when user wants to: (1) list issues, (2) view issue details, (3) create new issues, (4) update/close/reopen issues, (5) add comments/notes to issues.
96gitlab-ci
GitLab CI/CD pipeline operations. ALWAYS use this skill when user wants to: (1) view pipeline status, (2) run/trigger pipelines, (3) view/retry jobs, (4) trace job logs, (5) download artifacts, (6) lint CI config.
96gitlab-repo
GitLab repository operations. ALWAYS use this skill when user wants to: (1) clone repositories, (2) fork projects, (3) view repo info, (4) create new projects, (5) archive/delete repos, (6) manage repo settings.
92gitlab-search
GitLab search operations via API. ALWAYS use this skill when user wants to: (1) search across GitLab globally, (2) find issues/MRs/code/commits, (3) search within a group or project, (4) find users or projects by keyword.
91gitlab-group
GitLab group operations via API. ALWAYS use this skill when user wants to: (1) list/view groups, (2) create/update/delete groups, (3) manage group members, (4) list subgroups or group projects, (5) share projects with groups.
90gitlab-release
GitLab release operations. ALWAYS use this skill when user wants to: (1) list releases, (2) view release details, (3) create new releases, (4) upload assets, (5) delete releases.
88