update-mr-desc
Installation
SKILL.md
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).