To streamline the pull request creation workflow by automatically creating a feature branch, handling uncommitted changes, pushing to remote, and creating a pull request with appropriate CLI tools. This command always creates a new feature branch from your current branch, commits any changes on that feature branch, and creates a PR back to your original branch.
/plugin marketplace add niekcandaele/claude-helpers/plugin install cata-helpers@cata-helpers-marketplace# Create Pull Request ## Goal To streamline the pull request creation workflow by automatically creating a feature branch, handling uncommitted changes, pushing to remote, and creating a pull request with appropriate CLI tools. This command always creates a new feature branch from your current branch, commits any changes on that feature branch, and creates a PR back to your original branch. ## Input Optional PR title: $ARGUMENTS (e.g., `"Add user authentication feature"`) ## Process 1. **Store Original Branch:** Save the current branch name as the PR target branch 2. **Create Feature ...
/create-prStreamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.