Create a Pull Request
/plugin marketplace add huangdijia/claude-code-plugins/plugin install huangdijia-git-flow-plugins-git-flow-2@huangdijia/claude-code-pluginspr/## 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 Pull Requests: !`gh pr list` ## Your task Create a Pull Request based on the code changes. 1. Create a new branch based on the code changes 2. Generate commit information 3. Push the code to the remote repository 4. Create a Pull Request. If an upstream branch exists, create the Pull Request based on the upstream branch; otherwise, create it based on the origin branch