This skill should be used when creating or configuring CI/CD pipeline files for automated testing, building, and deployment. Use this for generating GitHub Actions workflows, GitLab CI configs, CircleCI configs, or other CI/CD platform configurations. Ideal for setting up automated pipelines for Node.js/Next.js applications, including linting, testing, building, and deploying to platforms like Vercel, Netlify, or AWS.
Initial release of cicd-pipeline-generator skill. - Generates production-ready CI/CD pipeline configuration files for GitHub Actions, GitLab CI, CircleCI, and Jenkins. - Provides templates and best practices for Node.js/Next.js pipeline stages: lint, test, build, and deploy. - Includes deployment examples for Vercel, Netlify, and AWS S3/CloudFront. - Supports branch-based workflows for feature, develop, and main branch automation. - Emphasizes caching, environment variable management, and secret security. - Offers a workflow decision tree and platform comparison guidance.