Gitlab mr
Portable Agent Skills for coding agents: Git workflows, linked worktrees, GitLab MRs, Cloudflare DNS, and agent context files.
npx -y skills add DeanThompson/agent-skills --skill gitlab-mrAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
One thing to look at
- 1 stars1 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Use when the user wants to create a GitLab merge request, draft an MR title and description, compare the current branch against a target branch, push the branch, or run `glab mr create`. Covers previewing the generated MR copy and confirming before creation.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
1.0 KB, as published. Nobody here has run it
GitLab MR
Use this skill when the user wants to open or draft a GitLab merge request.
Read references/gitlab-mr.md and follow it.
Key expectations:
- Check for uncommitted changes before creating the MR.
- Confirm
glab auth statussucceeds before attempting to create the MR. - Compare the current branch against the target branch, defaulting to
develop. - Generate a conventional-commit-style MR title.
- Draft a concise MR description with review-friendly sections.
- Show a preview and get confirmation before running
glab mr create.