devops-engineer

Automate DevOps infrastructure and deployment workflows for containerized applications.

Updated May 28, 2026
One-click install
npx skills add https://github.com/haryelramalho/skills --skill devops-engineer-haryelramalho
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/haryelramalho/skills/tree/main/skills/community/devops-engineer
Command: npx skills add https://github.com/haryelramalho/skills --skill devops-engineer-haryelramalho

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill removes the complexity of building, deploying, and operating software by turning DevOps best practices into clear, repeatable guidance for modern delivery pipelines and infrastructure.

Core Features & Use Cases

  • CI/CD Automation: Design and implement pipelines for testing, building, scanning, and deploying applications.
  • Container and Orchestration Workflows: Create Dockerfiles, Kubernetes manifests, and deployment strategies for reliable releases.
  • Infrastructure as Code: Generate Terraform and Pulumi templates for cloud resources, environments, and platform tooling.
  • Operations and Recovery: Prepare rollback plans, incident runbooks, and post-deployment verification steps for production readiness.
  • Use Case: A team preparing a new service can use this Skill to produce the container build, pipeline config, Kubernetes deployment, and rollback process in one workflow.

Quick Start

Use the devops-engineer skill to create a production-ready CI/CD, Docker, Kubernetes, and Terraform plan for my application.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate a CI/CD pipeline for Docker and Kubernetes deployments?

Automate CI/CD pipelines for Docker and Kubernetes by generating container build configurations, Kubernetes manifests, and deployment strategies that include testing, image scanning, and automated rollbacks. This ensures reliable releases for containerized applications.

What is the best way to manage Terraform infrastructure as code for production environments?

Managing Terraform infrastructure as code involves generating templates for cloud resources and environments while enforcing validation checks. This approach provides repeatable, safe provisioning for production infrastructure and platform tooling.

How do I create an incident response runbook with rollback procedures?

Create incident response runbooks with rollback procedures by defining post-deployment verification steps, health checks, and secret management policies. This prepares operations teams for quick recovery and production readiness.

Does GitOps delivery work with Terraform and Kubernetes manifests?

GitOps delivery works with Terraform and Kubernetes manifests by automating infrastructure-as-code validation and deployment workflows. This integration supports safe production operations through repeatable, version-controlled release automation.

Why do I need health checks and image scanning in my deployment pipeline?

Health checks and image scanning are required in deployment pipelines to ensure safe production operations. They validate application stability and container security, preventing faulty releases and enabling automated rollback procedures.