create-gitlab-ci

Installation
SKILL.md

GitLab CI Configuration Generator

Generates optimized GitLab CI pipelines for PHP projects.

Generated Files

.gitlab-ci.yml           # Main pipeline configuration
.gitlab/
├── ci/
│   ├── templates.yml    # Reusable templates
│   ├── lint.yml         # Linting jobs
│   ├── test.yml         # Testing jobs
│   └── deploy.yml       # Deployment jobs

References

  • references/templates.md — Complete YAML templates: main pipeline, base templates, lint, test, deploy, security scanning, scheduled pipelines
Installs
5
GitHub Stars
96
First Seen
Mar 17, 2026
create-gitlab-ci — dykyi-roman/awesome-claude-code