devops-engineer

Automate CI/CD pipelines and infrastructure provisioning for cloud-native applications.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/Estom/aiflex --skill devops-engineer-estom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/Estom/aiflex/tree/main/skills-repo/Jeffallan-skills/devops-engineer
Command: npx skills add https://github.com/Estom/aiflex --skill devops-engineer-estom

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

It eliminates manual, error-prone deployment and infrastructure tasks by providing repeatable CI/CD pipelines, containerization patterns, and infrastructure-as-code guidance to reduce downtime and accelerate safe releases.

Core Features & Use Cases

  • CI/CD Templates: Ready-to-use GitHub Actions and pipeline patterns for testing, building, security scanning, and promoting artifacts.
  • Containerization & Kubernetes: Multi-stage Dockerfile patterns, Docker Compose for development, and Kubernetes manifests with liveness/readiness probes and resource limits.
  • Infrastructure as Code & GitOps: Terraform modules, GitOps recommendations (ArgoCD/Flux), deployment strategies (rolling, canary, blue-green), and rollback procedures.
  • Runbooks & Incident Response: Playbooks, automation scripts, and postmortem templates to reduce MTTR and support on-call workflows.
  • Use Case: Create a CI pipeline that builds and scans an image, deploys to staging via GitOps, promotes artifacts to production with canary analysis, and documents rollback steps.

Quick Start

Create a GitHub Actions CI/CD pipeline, a secure multi-stage Dockerfile, Kubernetes manifests with health checks, and a Terraform module to provision AWS resources for a simple web service.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I create a CI/CD pipeline with GitHub Actions for Kubernetes deployments?

A CI/CD pipeline with GitHub Actions for Kubernetes automates building, scanning, and deploying containerized applications. This Skill provides ready-to-use GitHub Actions templates and Kubernetes manifests with liveness and readiness probes to safely promote artifacts through staging and production environments.

What is the best way to manage infrastructure as code using Terraform for cloud-native applications?

Managing infrastructure as code with Terraform involves provisioning cloud resources using repeatable modules. This Skill provides Terraform-based infrastructure as code guidance to eliminate manual provisioning, reduce deployment errors, and accelerate safe releases for cloud-native applications.

How do canary deployments work with GitOps strategies like ArgoCD or Flux?

Canary deployments with GitOps strategies like ArgoCD or Flux progressively route traffic to new application versions while monitoring health checks. This Skill applies GitOps deployment strategies, progressive rollouts, and documented rollback procedures to ensure safe production releases.

Can I use multi-stage Docker builds to optimize containerization for my web service?

Yes, multi-stage Docker builds optimize containerization by layering images to reduce final artifact size and build dependencies. This Skill supplies multi-stage Dockerfile patterns, Docker Compose setups for development, and Kubernetes manifests with resource limits for web services.

How do I write an incident response runbook to reduce mean time to recovery?

An incident response runbook reduces mean time to recovery by providing structured playbooks, automation scripts, and postmortem templates for production outages. This Skill supports on-call workflows with documented rollback procedures to quickly mitigate staging and production rollout failures.