Setup a production-ready CI/CD pipeline for the current project.
From atum-systemnpx claudepluginhub arnwaldn/atum-system --plugin atum-system/setup-cicdConfigures CI/CD pipeline with build/test automation, code quality checks, security scanning, quality gates, secrets management, and deployment setup.
/setup-cicdConfigure real CI/CD pipelines in GitHub Actions, Azure Pipelines, or GitLab CI from the blueprint
/setup-cicdAutomatically configure CI/CD pipeline with GitHub Actions and secrets for any deployment platform (Vercel, DigitalOcean, Railway). Uses gh CLI to auto-configure repository secrets and generates platform-specific workflows.
Setup a production-ready CI/CD pipeline for the current project.
package.json, requirements.txt, go.mod, Cargo.toml.github/workflows/, .gitlab-ci.yml, azure-pipelines.ymlIf $ARGUMENTS does not specify a platform, auto-detect from git remote or ask.
Create .github/workflows/ci.yml with:
Create:
.github/CODEOWNERS — code ownership.github/pull_request_template.md — PR template with checklist.github/ISSUE_TEMPLATE/bug_report.md — bug report template.github/ISSUE_TEMPLATE/feature_request.md — feature request templateIf --with-docker: Add Dockerfile + docker-compose.yml for local dev
If --with-deploy: Configure deployment to detected platform
If --gitlab-ci: Use .gitlab-ci.yml instead of GitHub Actions
If --azure: Use azure-pipelines.yml
After creating all files: