Create a pull request for the current branch.
Steps
-
Gather context
git branch --show-current git log main..HEAD --oneline git diff main..HEAD --stat git diff main..HEAD -
Analyze ALL commits on this branch (not just the latest)
-
Generate PR
- Title: Under 70 characters, describes the change
- Body: Summary bullets + test plan
-
Push and create PR
git push -u origin $(git branch --show-current)Then creat
[Description truncada. Veja o README completo no GitHub.]