gitlab-ci
Installation
SKILL.md
GitLab CI
Description
Create and review .gitlab-ci.yml files. Based on GitLab CI official best practices, DRY/SSOT design patterns, and company standards.
Applicable scenarios:
- Creating
.gitlab-ci.ymlfor new projects - Reviewing existing
.gitlab-ci.yml - Optimizing CI/CD pipeline performance and maintainability
Creation mode: Confirm project tech stack and deployment approach → generate configuration based on rules below → self-check against all rules.
Review mode: Read .gitlab-ci.yml and files referenced by include: → check against rules item by item (annotate ID) → output report:
- Must Fix: Violates mandatory rules
- Suggested Improvement: Does not follow best practices
- Optional Optimization: Further optimization opportunity