← ClaudeAtlas

cicd-pipelineslisted

CI/CD pipeline design and DevOps automation — use when the user mentions GitHub Actions, GitLab CI, Jenkins, Terraform, infrastructure as code, DevSecOps, ArgoCD, Kubernetes deployment automation, or pipeline configuration YAML. NOT for release orchestration or semantic-release workflows (use git-workflow), NOT for Docker containers or Dockerfiles (use docker-containerization), NOT for git branching or commits (use git-workflow).
viktorbezdek/skillstack · ★ 9 · DevOps & Infrastructure · score 79
Install: claude install-skill viktorbezdek/skillstack
# CI/CD Pipelines - Comprehensive DevOps Skill A unified skill for CI/CD pipeline design, DevOps automation, infrastructure as code, GitOps deployment automation, security scanning, and enterprise pipeline readiness across major platforms. ## When to Use This Skill Use this skill when: ### CI/CD Pipeline Development - Creating new CI/CD workflows (GitHub Actions, GitLab CI, Jenkins) - Debugging pipeline failures or flaky tests - Optimizing slow builds or test suites - Implementing caching strategies - Setting up deployment workflows - Implementing matrix builds or test sharding - Configuring multi-environment deployments ### DevSecOps & Security - Securing pipelines (secrets, OIDC, supply chain) - Implementing security scanning (SAST, DAST, SCA) - Container image vulnerability scanning inside a pipeline - Secret detection and management - Enterprise readiness assessment (OpenSSF compliance) ### Infrastructure as Code - Terraform module development - CloudFormation/CDK templates - Deploying Kubernetes manifests and Helm charts from CI/CD - GitOps workflows (ArgoCD, Flux) ### Container Pipeline Integration - Building and signing container images from an existing Dockerfile - Publishing to registries from CI/CD - Scanning container images with tools such as Trivy or Snyk - Deploying containerized services through GitOps For Dockerfile design, Docker Compose, local container environments, or container runtime architecture, switch to `docker-containerization`. ### Release