generate_pr_complete
Analyzes current Git branch to produce both a conventional commit PR title and a complete description in one step.
Instructions
Generates both a conventional commit-style PR title and a complete Pull Request description in one operation. Combines the functionality of generate_pr_title and generate_pr_description. Automatically analyzes the current Git branch from the working directory. Use this when the user wants both title and description generated together.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | Description language | fr |
| template | No | Template to use for the description | standard |
| baseBranch | No | Base branch for comparison (auto-detected if not provided) | |
| includeStats | No | Include statistics in the description | |
| maxTitleLength | No | Maximum length for the title (optional, e.g., 72) |