Create a pull request for the current branch with proper analysis and formatting
# Create Pull Request You are tasked with creating a pull request for the current branch. ## Process 1. **Analyze the branch changes** - Run these commands in parallel: - `git status` to see current state - `git diff $(git merge-base HEAD main)...HEAD` to see all changes since diverging from main - `git log --oneline $(git merge-base HEAD main)..HEAD` to see all commits in this branch - Check if branch tracks remote and is up to date 2. **Draft PR summary** - Based on ALL commits and changes (not just the latest): - Create a descriptive PR title that summarizes the overal...
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