Create a Pull Request and ensure it's ready to merge:
Steps
- •
Verify branch status
- •Confirm you're not on master branch
- •Check for uncommitted changes
- •
Push branch to origin
bashgit push -u origin HEAD
- •
Create Pull Request
- •Use
gh pr createwith appropriate title and body - •Follow the PR template format from CLAUDE.md
- •Use
- •
Check for conflicts
- •If conflicts exist with master, resolve them
- •Rebase or merge as appropriate
- •
Wait for CI
- •Use
gh pr checksto monitor CI status - •If CI fails, investigate and fix the issues
- •Repeat until all checks pass
- •Use
- •
Final verification
- •Confirm PR is ready for review with
gh pr view
- •Confirm PR is ready for review with
Notes
- •PR should be created against master branch
- •Commit messages should be clear and descriptive
- •Fix any linting or type errors before pushing