acc-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