gitlab-ci
Installation
SKILL.md
When to use this skill
Use this skill whenever the user wants to:
- Write or debug GitLab CI pipelines (
.gitlab-ci.yml) - Configure GitLab Runner, stages, jobs, and artifacts
- Set up CI/CD variables, secrets, and environments
- Integrate testing, building, and deployment automation
- Use
needsfor complex dependency graphs between jobs
How to use this skill
Workflow
- Define stages — declare the pipeline execution order
- Write jobs — assign each job to a stage with scripts and rules
- Configure artifacts and cache — pass build outputs between jobs
- Set up environments — define deployment targets with rules