devops-engineer

Automates CI/CD pipelines and deployment across dev, stage, prod environments using IaC, containers, Kubernetes, and GitOps workflows.

54|18|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/hainamchung/agent-assistant --skill devops-engineer-hainamchung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/hainamchung/agent-assistant/tree/main/skills/devops-engineer
Command: npx skills add https://github.com/hainamchung/agent-assistant --skill devops-engineer-hainamchung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automates CI/CD pipelines, infrastructure as code, and deployment automation, reducing manual toil and mistakes across software delivery.

Core Features & Use Cases

  • CI/CD pipelines as code with popular tools (GitHub Actions, GitLab CI, Jenkins)
  • Infrastructure as code (Terraform, Pulumi) for reproducible environments
  • Kubernetes deployments, rollouts, and GitOps workflows (ArgoCD/ Flux)

Quick Start

Outline a complete CI/CD workflow for a Node.js app using GitHub Actions and Terraform-managed cloud infrastructure.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate CI/CD pipelines using infrastructure as code?

Automate CI/CD pipelines with infrastructure as code by defining build, test, and deployment steps using tools like GitHub Actions, GitLab CI, and Terraform to ensure reproducible environments across dev, stage, and prod.

What is a GitOps workflow for Kubernetes deployments?

A GitOps workflow uses Git repositories as the source of truth for Kubernetes deployments, automating rollouts and synchronization with tools like ArgoCD or Flux to maintain desired cluster state.

How do I implement rollback procedures and health checks in deployment automation?

Implement rollback procedures and health checks in deployment automation by configuring readiness probes and automated rollback triggers within your CI/CD pipeline to safely revert failed Kubernetes rollouts.

Can I use this for container scanning and secret management in CI/CD?

Yes, you can integrate container scanning in CI/CD and manage secret management to secure deployment automation, ensuring containers are vulnerability-checked before deploying across environments.

Does this approach support building and packaging across multiple cloud platforms?

Yes, this deployment automation approach supports building, testing, and packaging applications across multiple cloud platforms using containers, Kubernetes, and IaC tools like Pulumi.

What is the best way to manage reproducible environments with Terraform and Pulumi?

The best way to manage reproducible environments is by using infrastructure as code tools like Terraform and Pulumi to define cloud resources declaratively, enabling consistent provisioning across dev, stage, and prod.