AgentSkillsCN

gitlab:glab

glab CLI 基础知识与 GitLab 工作流概览。适用于在 GitLab 仓库中工作,或将 GitHub 模式适配至 GitLab 时使用。

SKILL.md
--- frontmatter
name: gitlab:glab
description: glab CLI basics and GitLab workflow overview. Use when working with GitLab repositories or adapting GitHub patterns to GitLab.

glab

glab is the official GitLab CLI. This skill helps adapt GitHub (gh) patterns to GitLab.

Terminology

  • Pull Request → Merge Request (MR): Use glab mr instead of gh pr
  • Repository → Project: GitLab calls repositories "projects"
  • Actions → CI/CD: Use glab ci for pipelines and jobs

Key Rules

  • Use glab for GitLab (never gh)
  • Push branch before creating MR
  • Use --fill to auto-populate from commits