PR Summary
Workflow
- •Fetch origin if needed and compute merge base:
base=$(git merge-base HEAD origin/main). - •Review
git diff --stat $baseand key file diffs. - •Draft a PR title and short body that explain what changed and why.
- •Include tests run or targeted test recommendations and any risks.