← Back to list

merge-request
by bendrucker
My personal plugin marketplace and settings for Claude Code
⭐ 5🍴 1📅 Jan 23, 2026
SKILL.md
name: merge-request description: Working with GitLab merge requests via glab. Use when creating, updating, reviewing, or merging MRs.
Merge Requests
Working with GitLab merge requests via glab mr.
Key Commands
glab mr create --fill # Create from commits (push branch first!)
glab mr list # List MRs
glab mr view # View current branch's MR
glab mr checkout <id> # Check out MR branch
glab mr merge # Merge current branch's MR
Use glab mr --help and glab mr <command> --help for full options.
Patterns
Always push before creating:
git push -u origin feature-branch && glab mr create --fill
Draft MRs: Use --draft to prevent accidental merges.
Auto-fill vs custom: --fill auto-populates from commits but cannot combine with --title/--description. Choose one approach.
Body from file: No --body-file flag; use --description "$(cat file.md)".
Stacking
glab stack manages stacked diffs—small changes that build on each other. See stack.md.
Reference Files
- stack.md - Stacked diff workflow
Score
Total Score
65/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
✓最近の活動
1ヶ月以内に更新
+10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
✓タグ
1つ以上のタグが設定されている
+5
Reviews
💬
Reviews coming soon
