Design multi-stage CI/CD pipelines with approval gates, security checks, and deployment orchestration. Use this skill when designing zero-downtime deployment pipelines, implementing canary rollout strategies, setting up multi-environment promotion workflows, or debugging failed deployment gates in CI/CD.
76
93%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Advisory
Suggest reviewing before use
Security
1 medium severity finding. This skill can be installed but you should review these findings before use.
The skill fetches instructions or code from an external URL at runtime, and the fetched content directly controls the agent’s prompts or executes code. This dynamic dependency allows the external source to modify the agent’s behavior without any changes to the skill itself.
The CI/CD examples invoke third‑party GitHub Actions that are fetched and executed at workflow runtime (e.g. actions/checkout@v4 -> https://github.com/actions/checkout, docker/setup-buildx-action@v3 -> https://github.com/docker/setup-buildx-action, aquasecurity/trivy-action@0.28.0 -> https://github.com/aquasecurity/trivy-action, semgrep/semgrep-action@v1 -> https://github.com/returntocorp/semgrep-action, aws-actions/configure-aws-credentials@v4 -> https://github.com/aws-actions/configure-aws-credentials), which are runtime external dependencies that execute remote code required by the skill examples.
c4b82b0
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.