gitlab-create-merge-request
SKILL.md
Create Merge Request
Create a GitLab merge request for the current branch targeting main.
Steps
-
Get the first commit message of the current branch (compared to main):
git log main..HEAD --reverse --format="%s" | head -n 1 -
Create the MR using glab:
glab mr create -t "<FIRST_COMMIT_MESSAGE>" -d "<SUMMARY_OF_WHAT_HAS_BEEN_DONE>" -b main --fill -y
Notes
- Ensure the branch has been pushed before running this command
- The MR title will be the first commit message of the branch
Weekly Installs
19
Repository
kentoje/dotfilesGitHub Stars
2
First Seen
Jan 24, 2026
Security Audits
Installed on
claude-code16
opencode16
gemini-cli15
codex15
windsurf14
cursor14