Push the current feature branch to origin and create or update the corresponding pull request targeting `develop`.
Land a PR by monitoring feedback, resolving conflicts against `develop`, waiting for checks, and squash-merging when green.
Create a well-formed git commit from current changes using session history for rationale and summary; use when asked to commit, prepare a commit message, or finalize staged work.
Pull the latest integration branch into the current feature branch and resolve merge conflicts. Use when Codex needs to sync a feature branch with origin using a merge-based update.