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.
68
82%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Low
Low-risk findings.
1 low severity finding. Worth noting, but not necessarily harmful.
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.
d6837ae
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.