gitlab-ci

Installation
SKILL.md

GitLab CI/CD

GitLab CI/CD is known for its robust pipeline definition (.gitlab-ci.yml) and Auto DevOps capabilities. In 2025, CI Components replace legacy templates for modular pipeline composition.

When to Use

  • GitLab Users: It's integrated and excellent.
  • Complex Pipelines: The DAG (Directed Acyclic Graph) capabilities are sophisticated (needs keyword).
  • On-Prem: Excellent support for air-gapped instances.

Quick Start

# .gitlab-ci.yml
stages:
  - build
  - test
Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026