gitlab-create-merge-request

Create a GitLab merge request for the current branch targeting main .

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "gitlab-create-merge-request" with this command: npx skills add kentoje/dotfiles/kentoje-dotfiles-gitlab-create-merge-request

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

notify

No summary provided by upstream source.

Repository SourceNeeds Review
General

hi

No summary provided by upstream source.

Repository SourceNeeds Review
General

jira

No summary provided by upstream source.

Repository SourceNeeds Review