Create a Pull Request
Automates creating a new branch, committing changes, pushing to remote, and opening a pull request. Use this when you've finished coding and want to quickly create a PR without running multiple git commands manually.
/plugin marketplace add huangdijia/oh-my-claude-code-plugins/plugin install git-flow@oh-my-claude-code-pluginspr/git branch --show-currentgit log --oneline -10git statusgit diff HEADgh pr listCreate a Pull Request based on the code changes.