PrDescriptionAi
5 tools in this family (folder Editor/Tools/PrDescriptionAi/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
prdesc_create_pr_via_gh | destructive | Generate a PR description AND open the PR via gh pr create. |
prdesc_extract_breaking_changes | read-only | Generate a PR description and return ONLY the breaking_changes array. |
prdesc_generate | read-only | Generate a PR title + body + test plan from the FULL commit history of the current branch |
prdesc_generate_gitlab | read-only | Same as prdesc_generate but renders the body in GitLab Markdown flavor (issue link conventions, |
prdesc_update_existing_pr | writes | Generate a fresh PR description and overwrite the body on an existing PR via gh pr edit <number>. |