veto_pr_description
Generates a complete GitHub PR description (title, summary, change list, test plan, breaking changes) from git diff main...HEAD. Ready to paste into GitHub.
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. | |
| agent_response | No | Phase 2 response from the host AI (JSON). Pass this back when prompted by the server to complete the agentic loop. |