2.5k★glab-mr – OpenClaw Skill
glab-mr is an OpenClaw Skills integration for design workflows. Use when working with glab mr commands.
2.5k stars7.5k forksSecurity L1
Updated Feb 7, 2026Created Feb 7, 2026design
Skill Snapshot
| name | glab-mr |
| description | Use when working with glab mr commands. OpenClaw Skills integration. |
| owner | vince-winkintel |
| repository | vince-winkintel/gitlab-cli-skillspath: glab-mr |
| language | Markdown |
| license | MIT |
| topics | |
| security | L1 |
| install | openclaw add @vince-winkintel/gitlab-cli-skills:glab-mr |
| last updated | Feb 7, 2026 |
Maintainer

File Explorer
3 files
glab-mr
references
commands.md
28.6 KBSKILL.md
2.7 KBSKILL.md
name: glab-mr description: Use when working with glab mr commands.
glab mr
Overview
Create, view, and manage merge requests.
USAGE
glab mr <command> [command] [--flags]
EXAMPLES
$ glab mr create --fill --label bugfix
$ glab mr merge 123
$ glab mr note -m "needs to do X before it can be merged" branch-foo
COMMANDS
approve {<id> | <branch>} [--flags] Approve merge requests.
approvers [<id> | <branch>] [--flags] List eligible approvers for merge requests in any state.
checkout [<id> | <branch> | <url>] [--flags] Check out an open merge request.
close [<id> | <branch>] Close a merge request.
create [--flags] Create a new merge request.
delete [<id> | <branch>] Delete a merge request.
diff [<id> | <branch>] [--flags] View changes in a merge request.
for [--flags] Create a new merge request for an issue.
issues [<id> | <branch>] Get issues related to a particular merge request.
list [--flags] List merge requests.
merge {<id> | <branch>} [--flags] Merge or accept a merge request.
note [<id> | <branch>] [--flags] Add a comment or note to a merge request.
rebase [<id> | <branch>] [--flags] Rebase the source branch of a merge request against its target branch.
reopen [<id>... | <branch>...] Reopen a merge request.
revoke [<id> | <branch>] Revoke approval on a merge request.
subscribe [<id> | <branch>] Subscribe to a merge request.
todo [<id> | <branch>] Add a to-do item to merge request.
unsubscribe [<id> | <branch>] Unsubscribe from a merge request.
update [<id> | <branch>] [--flags] Update a merge request.
view {<id> | <branch>} [--flags] Display the title, body, and other information about a merge request.
FLAGS
-h --help Show help for this command.
-R --repo Select another repository. Can use either `OWNER/REPO` or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.
Quick start
glab mr --help
Subcommands
See references/commands.md for full --help output.
README.md
No README available.
Permissions & Security
Security level L1: Low-risk skills with minimal permissions. Review inputs and outputs before running in production.
Requirements
- OpenClaw CLI installed and configured.
- Language: Markdown
- License: MIT
- Topics:
FAQ
How do I install glab-mr?
Run openclaw add @vince-winkintel/gitlab-cli-skills:glab-mr in your terminal. This installs glab-mr into your OpenClaw Skills catalog.
Does this skill run locally or in the cloud?
OpenClaw Skills execute locally by default. Review the SKILL.md and permissions before running any skill.
Where can I verify the source code?
The source repository is available at https://github.com/openclaw/skills/tree/main/skills/vince-winkintel/gitlab-cli-skills. Review commits and README documentation before installing.
