open-mr
Commit, push, and open a merge request
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Menu
Commit, push, and open a merge request
Installer avec Codex ou Claude Copiez ce prompt, collez-le dans Codex, Claude ou un autre assistant, puis laissez-le vérifier la page du skill et l'installer pour vous.
Basé sur la classification professionnelle SOC
Commit changes with a clean commit message
Commit, push, and open a pull request
Commit, push, and open a pull request with auto-merge
Commit, push, and open a merge request with auto-merge
Commit changes with a clean commit message
Commit, push, and open a pull request
| name | open-mr |
| description | Commit, push, and open a merge request |
First, run these commands and review their output:
git status --porcelaingit branch --show-currentgit log --oneline -10You usually already know what changed in this session. If you are unsure what the changes are, run git diff HEAD (or a targeted git diff HEAD -- <file>) before committing.
Based on the above changes:
glab mr create. Do not use the --fill option.