The CI/CD Pipeline Builder is a powerful engineering skill designed to eliminate the guesswork in DevOps automation. By analyzing repository signals such as lockfiles, manifests, and script commands, it generates pragmatic CI/CD baselines tailored to your specific project stack. It supports both GitHub Actions and GitLab CI, providing structured stages for linting, testing, building, and environment-aware deployments. This skill is ideal for developers bootstrapping new projects, migrating between CI platforms, or auditing existing pipelines to ensure they remain aligned with the project's actual runtime and dependencies.
주요 기능
01Environment-aware deployment stages with manual gates
02Automated stack detection from repository lockfiles and manifests
03Generates GitHub Actions and GitLab CI starter pipelines
041 GitHub stars
05Optimized caching and matrix strategies for faster execution
06Machine-readable detection output for automation workflows