Pull request creation
Workflow
- Create a branch from the base branch. Never commit directly to the default branch.
- Stage and commit the changes.
- Open the PR with
gh pr create.
PR description
- Compose the description from the full diff between the PR's base and head, not from individual commit messages or the original instructions alone.
- Write the full context of the current plan so a reviewer can understand the change without extra explanation.