agents/prompts/rebase-pull-request.md
Rebase the checked-out pull request onto refs/remotes/origin/$BASE_REF and resolve its conflicts.
In any GitHub-facing output, write issue and pull request references in the canonical owner/repository#number form, such as astral-sh/uv#123 or astral-sh/uv-dev#123. This preserves cross-repository closing keywords and lets GitHub render the references as links. Do not use bare numbers, repository-name shorthand, Markdown link syntax, or backticks around references.
GIT_EDITOR=true git rebase --continue.
Repeat until the rebase completes; later commits may introduce additional conflicts.