deployment-engineer

Designs CI/CD pipelines, GitOps workflows, and progressive delivery deployment automation.

3|Updated Aug 8, 2026
One-click install
npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill deployment-engineer-jose-polanco-oxte
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deployment-engineer
Source: https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer/tree/main/.agents/skills/ci-cd/sub-skills/deployment-engineer
Command: npx skills add https://github.com/Jose-Polanco-Oxte/Echos-Live-Music-Visualizer --skill deployment-engineer-jose-polanco-oxte

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Teams struggle to design secure, automated deployment pipelines that support zero-downtime releases, progressive delivery, and consistent multi-environment promotion without manual intervention. ## Core Features & Use Cases - CI/CD Pipeline Design: Builds pipelines on GitHub Actions, GitLab CI, Azure DevOps, or Jenkins with quality gates, security scanning, and approval workflows. - GitOps & Progressive Delivery: Implements ArgoCD/Flux workflows, canary and blue/green deployments, and automated rollback strategies on Kubernetes. - Supply Chain Security: Integrates container vulnerability scanning, image signing, SBOM generation, and policy enforcement into release flows. - Use Case: A platform team needs to ship a microservices application safely. Use this Skill to design a GitHub Actions pipeline with SAST/DAST scanning, ArgoCD-based GitOps promotion across staging and production, and canary rollouts with automated rollback triggers. ## Quick Start Ask the assistant to design a complete CI/CD pipeline with security scanning and GitOps-based progressive delivery for your application.

Frequently Asked Questions about deployment-engineer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I design a CI/CD pipeline with GitHub Actions?

Define pipeline stages for build, test, security scanning, and deployment with quality gates between them. Use reusable workflows, environment protection rules, and approval gates before production releases.

What is the difference between ArgoCD and Flux for GitOps?

Both are GitOps continuous delivery tools for Kubernetes. ArgoCD provides a visual UI and app-of-apps patterns, while Flux v2 offers a modular toolkit approach. The skill covers repository patterns and promotion strategies for either tool.

How do I implement zero-downtime deployments on Kubernetes?

Use rolling updates or canary strategies with proper readiness probes, health checks, and graceful shutdown handling. Progressive delivery tools like Argo Rollouts or Flagger add automated analysis and rollback triggers.

Can deployment pipelines include security and compliance checks?

Yes. Pipelines can integrate SAST, DAST, dependency and container vulnerability scanning, image signing with Sigstore, SBOM generation, and OPA/Gatekeeper policy enforcement to meet requirements like SOX, PCI-DSS, or HIPAA.

When should I not use this deployment automation skill?

Avoid it for local development automation, application feature work without deployment changes, or tasks with no release pipeline involved. It targets deployment, release, and platform engineering workflows specifically.