gitlab-ci

Installation
SKILL.md

gitlab-ci — Pipeline Generator

Step 1: Detect project type

Scan the project root for these signals (check in order):

Signal file Stack
pnpm-lock.yaml Node.js + pnpm
yarn.lock Node.js + yarn
package-lock.json Node.js + npm
package.json (no lockfile) Node.js (ask which package manager)
uv.lock Python + uv
poetry.lock Python + poetry
requirements.txt (no pyproject.toml) Python + pip
go.mod Go
Cargo.toml Rust
Dockerfile (no other signals) Docker-only
Installs
4
Repository
cesasol/skills
First Seen
May 9, 2026
gitlab-ci — cesasol/skills