Generate PR Summary
Branch Context
!git branch --show-current 2>/dev/null
!git log main..HEAD --oneline 2>/dev/null || git log master..HEAD --oneline 2>/dev/null
Diff Summary
!git diff main...HEAD --stat 2>/dev/null || git diff master...HEAD --stat 2>/dev/null
Full Diff
!git diff main...HEAD 2>/dev/null | head -800 || git diff master...HEAD 2>/dev/null | head -800
Instructions
Step 1: Analyze All Commits
Read every commit message and the full diff. Understand:
[Description truncada. Veja o README completo no GitHub.]