Validating CI Pipelines Locally

Executes GitLab CI/CD pipelines locally with the same image, env vars, and service containers as the real runner, so pipeline failures surface before the push. Covers pipeline discovery, per-job execution via gitlab-runner exec, service-container orchestration, env injection without secrets, and a job-by-job verdict report. Also covers the GitHub Actions equivalent via act. Activates on "Pipeline lokal testen", "warum failt die CI", .gitlab-ci.yml changes, or before a push that must not break CI. NOT for the local check script (use running-check-script). NOT for authoring CI configs (use the devops agent).

lenneTech Updated

File contents

lenneTech/claude-code/tree/main/plugins/lt-dev/skills/validating-ci-pipelines-locally commit e53d1a93a3

Frequently asked questions

npx skillmds@latest add lennetech/validating-ci-pipelines-locally