CI/CD 파이프라인(Continuous Integration/Delivery) 워크플로우 스킬. GitHub Actions, GitLab CI, 빌드/테스트/배포 자동화로 안전하고 빠른 배포 파이프라인을 구축한다.
GitHub Actions, GitLab CI로 빌드/테스트/배포를 자동화하는 CI/CD 파이프라인 구축 가이드
Composite Skill - CI/CD 파이프라인 구축의 단계별 가이드
.github/workflows/ci.yml - 린트, 테스트, 빌드 자동화
Jobs 구성:
트리거:
push: main, develop 브랜치pull_request: main 브랜치workflow_dispatch: 수동 실행전체 예시: [@templates/skill-examples/workflow-cicd/github-actions.yml]
Matrix Strategy (다중 Python 버전):