git_create_pr
Generate an AI-drafted pull request title and description for the current branch. Returns proposed PR content as YAML without pushing or creating the PR.
Instructions
Generate an AI-drafted pull request title and description for the current branch. Mirrors omni-dev git branch create pr in its content-generation phase — this tool returns the proposed PR content as YAML and does NOT push the branch or invoke gh pr create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base_branch | No | Base branch for the PR. Defaults to the primary remote's main branch. | |
| model | No | Claude model override. | |
| repo_path | No | Path to the git repository. Defaults to the current working directory. |