generate_pr_message
Generate pull request messages from Git changes, supporting conventional commits, scope, breaking changes, and issue references.
Instructions
Generate a PR message based on Git changes
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| base | No | Base branch to compare against (default: main) | |
| type | No | Commit type (conventional commits) | |
| scope | No | Commit scope | |
| directory | No | Working directory for the command | |
| useTemplate | No | Use GitHub PR template if available (default: true) | |
| includeIssue | No | Issue number to reference (e.g., "123") | |
| includeBreaking | No | Include breaking changes section |