PR Creation Overview Create pull requests with complete documentation and proper linking. Core principle: A PR should tell the complete story of the change. Announce at start: "I'm creating a PR with complete documentation." Before Creating PR Verify these prerequisites: - [ ] All tests pass locally - [ ] Build succeeds locally - [ ] Code review complete ( ) - [ ] All findings addressed ( ) - [ ] Commits are clean and atomic ( ) - [ ] Branch is up to date with target Ensure Branch is Current PR Documentation Structure Title Format: Body Template Creating the PR Using GitHub CLI Adding Labels…