What problem does it solve?
This skill automates the process of pushing the current branch and creating pull requests, intelligently handling scenarios where a PR already exists or a previous PR was merged/closed by starting new branches or creating themed PRs.
Core Features & Use Cases
- Push the active branch to origin and create a PR to main/master.
- Detect merged or closed PRs and automatically branch for fresh PRs.
- Support theme-based PR creation and cherry-pick workflows to split work into focused PRs.
- Ideal for multi-commit feature branches requiring modular reviews across related tasks.
Quick Start
Run the /mr command on your current branch to push changes and open a PR. If a PR already exists, the tool updates it or creates a new themed PR based on detected themes. When multiple themes are detected, select the themes to generate separate PRs.