veto_pr_description
Generate complete GitHub PR descriptions from git diff: title, summary, change list, test plan, breaking changes. Ready to paste or post.
Instructions
Generates a complete GitHub PR description (title, summary, change list, test plan, breaking changes) from git diff main...HEAD. Ready to paste into GitHub or post via veto_pr_post.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | No | Optional PR title hint. | |
| context | No | Optional: ticket number, description, or motivation. | |
| base_branch | No | Branch to diff against (default: 'main'). | |
| project_dir | Yes | Absolute path to the git repository. |