generate_pr_description
Generates a pull request description with automatically populated sections including purpose from git changes, commit list, and ticket references.
Instructions
Generate a PR description with sections.
Auto-populates:
"purpose": Summary from commits, files, and branch name
"commits": Lists all commits since base branch
"extracted": Lists all tickets found
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Path to the git repository. IMPORTANT: Always pass the user's current project/workspace directory. | |
| summary | No | Summary text for the PR | |
| testPlan | No | Test plan text | |
| additionalSections | No | Additional section content keyed by section name | |
| templatePreset | No | Force a specific template preset (default, minimal, detailed, mobile, frontend, backend, devops, security, ml). |