From create-pr
Automates the full pull request workflow — creates a branch, splits changes into logical commits, formats with Biome, and submits a PR with a summary.
How this command is triggered — by the user, by Claude, or both
Slash command
/create-pr:create-prThe summary Claude sees in its command listing — used to decide when to auto-load this command
# Create Pull Request Command This command automates the process of creating a pull request with several key features: ## Key Behaviors - Creates a new branch from current changes - Formats files using Biome - Automatically splits changes into logical commits - Generates descriptive commit messages - Pushes branch to remote repository - Creates a pull request with summary and test plan ## Commit Splitting Guidelines - Split commits by feature, component, or concern - Keep related file changes together - Separate refactoring from new features - Ensure each commit is independently understa...
This command automates the process of creating a pull request with several key features:
The command aims to streamline the code contribution process by providing intelligent commit and pull request creation.
npx claudepluginhub p/juliusbrussee-create-pr-plugins-create-pr6plugins reuse this command
First indexed Jan 1, 2026
/create-prAutomates the full pull request workflow — creates a branch, splits changes into logical commits, formats with Biome, and submits a PR with a summary.
/create-prCreates a new branch, formats modified files with Biome, splits changes into logical commits, and submits a pull request with a summary and test plan.
/create-prCreates a new branch, automatically splits changes into logical commits, formats with Biome, and submits a pull request with a summary and test plan.
/create-prCreates pull requests by formatting code with project formatter, organizing changes into logical commits on a feature branch, pushing to remote, and generating comprehensive descriptions.
/pr-automationCreates GitHub pull requests from chat session changes, handling branch creation, conventional commits, and PR description generation.
/devkit.github.create-prCreates a GitHub pull request with branch creation, commits, and detailed description. Analyzes changes and generates a PR description in the specified language.