CI Pipeline Generator

Use when setting up CI/CD for a service and you want a working pipeline without learning every detail of the CI system. Generates a GitHub Actions workflow and/or a Jenkinsfile tailored to the repo (Go, Python, or Node) covering lint, test with coverage, build, Docker image build and push, and an optional deploy stage. Includes dependency caching, matrix where useful, branch protections, and secret references done safely. Trigger when the user asks to set up CI, add a GitHub Actions workflow or Jenkinsfile, add a build/test/deploy pipeline, or containerize-and-publish on push.

Shravan-Amberkar Updated

File contents

Shravan-Amberkar/agentic-skills/tree/main/skills/ci-pipeline-generator commit 1b08fcf715

Frequently asked questions

npx skillmds@latest add shravan-amberkar/ci-pipeline-generator