1. Identify the PR associated with the current branch using `gh pr view`.
2. Ensure all local changes are committed and pushed to the remote branch.
3. Check for merge conflicts and resolve them using `pull` and `push` skills.
4. Address all review comments, both human and Codex, using inline replies.
5. Monitor CI checks until they pass, addressing any failures by inspecting logs and pushing fixes.
6. Squash-merge the PR using `gh pr merge` with the PR title and body.
7. Handle edge cases like flaky failures, auto-fix commits, and corrupted lockfiles.