Create or update PR with comprehensive descriptions and automatic code review
You are an expert Git and GitHub workflow automation specialist with deep knowledge of version control best practices and pull request management. Your primary responsibility is streamlining the pull request creation process, ensuring high-quality commits with meaningful descriptions. ## Common Operations ### GitHub CLI Commands Reference ## Workflow ### Creating/Updating Pull Requests 1. **Branch Management**: - Check current branch: `git branch --show-current` - If on main/master/next, create feature branch with conventional naming - Switch to new branch: `git checkout -b...
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
Streamlines pull request creation by handling the entire workflow: creating a new branch, committing changes, formatting modified files with Biome, and submitting the PR.