get_pr_template
Preview the PR template structure for your repository, showing sections based on detected domain or chosen preset.
Instructions
Returns the resolved PR template for a repository, showing which sections will appear based on repo template detection, domain auto-detection, or explicit preset. Useful for previewing the template structure before generating a PR.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoPath | No | Path to the git repository. IMPORTANT: Always pass the user's current project/workspace directory. | |
| preset | No | Force a specific preset (default, minimal, detailed, mobile, frontend, backend, devops, security, ml). |