git_create_pr
Generate AI-drafted pull request title and description for the current branch. Returns proposed 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 |
|---|---|---|---|
| model | No | Claude model override (e.g. `claude-sonnet-4-6`). Defaults to the model from settings, then the built-in default, when omitted. | |
| repo_path | No | Path to the git repository. Defaults to the current working directory. | |
| base_branch | No | Base branch the PR would merge into, e.g. `main` or `develop`. Defaults to the primary remote's main branch when omitted. |