runrunit_get_pr_template
Fetch the project's pull request template before opening a PR, using optional fields to auto-fill title and body sections so submissions follow the standard.
Instructions
Returns the pull request title format and body from .github/PULL_REQUEST_TEMPLATE.md. Use before gh pr create or when opening PRs manually so the description follows the project standard. Optional fields fill the template (change_type, description, task_id, type, title_description, include_visual_evidence, references).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Conventional type for the PR title (e.g. feat, fix, docs). | |
| task_id | No | Task id for the PR title (e.g. task0123). | |
| references | No | Optional links for the Referências section. | |
| change_type | No | Marks the corresponding checkbox in the template body. | |
| description | No | Fills the Descrição section. | |
| project_root | No | Optional absolute path to the repo root containing .github/PULL_REQUEST_TEMPLATE.md. If omitted, resolves from cwd or the mcp-runrunit package. | |
| title_description | No | Short description for the PR title. | |
| include_visual_evidence | No | When false, omits the Evidências Visuais section. Default true when omitted. |