gitlab_summarize_merge_request
Create AI-optimized summaries for GitLab merge requests, including changes, discussions, and approval status. Streamline code review and collaboration with concise, length-limited overviews.
Instructions
Generate a concise, AI-optimized summary of an MR including title, description, changes overview, discussions, and approval status. Length-limited for LLM context efficiency.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
max_length | No | Maximum summary length in characters (integer). AI summaries will be truncated to fit. Default: 500 | |
mr_iid | Yes | Merge request internal ID (integer). Project-specific MR number (e.g., !456). Not the global MR ID | |
project_id | No | Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided |