PR Writer Create pull requests following Sentry's engineering practices. Requires : GitHub CLI ( ) authenticated and available. Prerequisites Before creating a PR, ensure all changes are committed to a feature branch , not to the default branch. If on or , create a feature branch and move any uncommitted changes onto it before committing — a PR cannot be opened from the default branch against itself. If there are uncommitted changes, commit them on the feature branch before proceeding. Process Step 1: Verify Branch State Ensure: - All changes are committed - Branch is up to date with remote -…