ehtbanton

gitlab-ci-config-generator

Generate GitLab CI/CD pipeline configuration files with stages, jobs, and deployment. Triggers on "create gitlab ci", "generate gitlab-ci.yml", "gitlab pipeline", "gitlab ci config".

ehtbanton 0 Updated 5mo ago

Resources

1
GitHub

Install

npx skillscat add ehtbanton/claudeskillsrepo/gitlab-ci-config-generator

Install via the SkillsCat registry.

SKILL.md

GitLab CI Config Generator

Generate GitLab CI/CD pipeline configuration files.

Output Requirements

File Output: .gitlab-ci.yml
Format: Valid GitLab CI YAML
Standards: GitLab CI latest

When Invoked

Immediately generate a complete GitLab CI pipeline configuration.

Example Invocations

Prompt: "Create GitLab CI for Node.js with Docker deploy"
Output: Complete .gitlab-ci.yml with test, build, and deploy stages.