gitlab-mr
Installation
SKILL.md
GitLab MR
Use this skill when the user wants to open or draft a GitLab merge request.
Read references/gitlab-mr.md and follow it.
Key expectations:
- Check for uncommitted changes before creating the MR.
- Confirm
glab auth statussucceeds before attempting to create the MR. - Compare the current branch against the target branch, defaulting to
develop. - Generate a conventional-commit-style MR title.
- Draft a concise MR description with review-friendly sections.
- Show a preview and get confirmation before running
glab mr create.