generate_pr_title
Generates an analysis prompt from code changes (commits, files, diffs) to guide the creation of a conventional commit-style PR title. You review the prompt and produce the title.
Instructions
⚠️ CRITICAL: This tool returns an ANALYSIS PROMPT for YOU (Claude) to generate a title, NOT a final title. OUTPUT: You receive comprehensive context about the code changes (commits, files, diff patterns) formatted as a prompt. YOUR JOB: Analyze that context and generate an intelligent conventional commit-style PR title (e.g., 'feat(auth): add OAuth support'). The prompt provides all the information you need to understand what changed. YOU must read it and create a concise, descriptive title that accurately reflects the changes. DO NOT return the prompt - generate YOUR title. Use when creating PR or when user asks for a PR title. The generated title should then be passed to create_pr or create_pr_complete tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| maxLength | No | Maximum length for the title (optional, e.g., 72) |