Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
# 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...
Create or update PR with comprehensive descriptions and automatic code review
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.
Create pull request with optional context
Create comprehensive GitHub pull requests with quality validation