Generate production-ready CI/CD pipeline configuration files for various platforms (GitHub Actions, GitLab CI, CircleCI, Jenkins). This skill provides templates and guidance for setting up automated workflows that handle linting, testing, building, and deployment for modern web applications, particularly Node.js/Next.js projects.
Refer to references/platform-comparison.md for detailed platform comparisons, pros/cons, and use case recommendations.
User Request: "Create a GitHub Actions workflow that runs tests and deploys to Vercel"
이 기술은 자동화된 테스트, 빌드 및 배포를 위해 CI/CD 파이프라인 파일을 생성하거나 구성할 때 사용해야 합니다. GitHub Actions 워크플로, GitLab CI 구성, CircleCI 구성 또는 기타 CI/CD 플랫폼 구성을 생성하는 데 이를 사용합니다. Linting, 테스트, 빌드 및 Vercel, Netlify 또는 AWS와 같은 플랫폼에 배포를 포함하여 Node.js/Next.js 애플리케이션을 위한 자동화된 파이프라인을 설정하는 데 적합합니다. 출처: auldsyababua/instructor-workflow.