Create a Merge Request
/plugin marketplace add huangdijia/claude-code-plugins/plugin install huangdijia-git-flow-plugins-git-flow-2@huangdijia/claude-code-pluginsmr/## Context - Current branch: !`git branch --show-current` - Recent commits: !`git log --oneline -10` - Current git status: !`git status` - Current git diff (staged and unstaged changes): !`git diff HEAD` - Existing Merge Requests: !`glab mr list` ## Your task You 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: ## Title Concisely describe the core content of this MR (e.g., "Fix parameter validation error in user registration API") ## Background Explain why thi...