Builds out complete GitLab CI/CD pipelines with proper stage organization, caching strategies, and Docker integration. You'd reach for this when setting up automated builds, tests, and deployments in GitLab repos, especially if you're dealing with Kubernetes targets or review apps. The reference guides cover the full spectrum from basic pipeline configs to multi-project setups and Docker layer caching optimization. The best practices section is solid on the technical details, like using needs for job dependencies and setting expire_in on artifacts to avoid storage bloat. Good foundation if you're moving beyond simple build scripts and need production-grade pipeline patterns.
npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill gitlab-cicd-pipeline