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
Related skills
Installs
1
GitHub Stars
71
First Seen
Feb 11, 2026