Create PR Workflow
- •Run the
code-reviewsubagent to review this branch. Fix all blockers before proceeding. - •Run
git statusandgit diff main...HEADto understand all changes - •Run
git log main..HEAD --onelineto see all commits on this branch - •Push the branch:
git push -u origin HEAD - •Create the PR with
gh pr create:- •Title: short, under 70 characters
- •Body: Summary bullets, test plan checklist, and the Claude Code footer
- •Return the PR URL
Do NOT create the PR if the code-review subagent reports blockers.