update-mr-desc
Update MR Description
Update a merge request's description by inspecting its changes and writing a concise bullet summary. Prefer glab MCP; use glab CLI when MCP is unavailable.
Workflow
- Get the MR diff.
- Filter out docs: Ignore all changes under the
docs/path under the project root. - Summarize the remaining changes into a short bullet list (by intent/feature, not a raw file list).
- Show and confirm: Present the proposed description to the user and wait for explicit confirmation before writing to the remote.
- Update the MR description with that list (only after confirmation).
Getting the diff
More from bowentan/super-agent
gitlab-mr-review
Review a GitLab merge request: fetch MR (default repo = project name), analyze the diff, and optionally post review comments. Use when asked to review an MR, do a code review on GitLab, or when the user wants MR feedback. Triggers on: review MR, review merge request, review this MR, code review GitLab, glab mr review.
27git-commit-bullets
Perform git commit with the message body written as a bullet list. Use when committing with git and the user wants bullet-list commit bodies.
5prd
Generate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
4