Create a Merge Request
Automates creating a Git branch, generating commits, and opening a Merge Request with `glab`. Use this when you want to quickly package your staged changes into a properly documented MR without manual Git commands.
/plugin marketplace add huangdijia/oh-my-claude-code-plugins/plugin install git-flow@oh-my-claude-code-pluginsmr/git branch --show-currentgit log --oneline -10git statusgit diff HEADglab mr listYou are a senior engineer. Please create a branch, generate commits, and create a Merge Request (MR) using glab based on code changes.
Required description document structure:
Concisely describe the core content of this MR (e.g., "Fix parameter validation error in user registration API")
Explain why this change is needed, which may include:
List the main modifications in this MR using bullet points:
Describe what tests you performed to verify the correctness of the changes:
List potential risk points and whether additional attention is needed: