devops-engineer

Automate Dockerfiles, CI/CD pipelines, Kubernetes manifests, and Terraform templates.

567|82|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/pedronauck/skills --skill devops-engineer-pedronauck
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/pedronauck/skills/tree/main/skills/devops-engineer
Command: npx skills add https://github.com/pedronauck/skills --skill devops-engineer-pedronauck

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire DevOps lifecycle, from containerization and infrastructure provisioning to automated deployments and incident response, reducing manual toil and increasing system reliability.

Core Features & Use Cases

  • CI/CD Pipelines: Design and implement robust pipelines using GitHub Actions, GitLab CI, etc.
  • Infrastructure as Code: Define and manage cloud infrastructure with Terraform or Pulumi.
  • Containerization & Orchestration: Create Dockerfiles and Kubernetes manifests for scalable applications.
  • Deployment Automation: Implement strategies like blue-green or canary releases.
  • Incident Response: Develop runbooks and automate remediation for production issues.
  • Use Case: You need to set up a new microservice. This Skill can generate the Dockerfile, Kubernetes deployment manifests, a GitHub Actions CI/CD pipeline, and Terraform code to provision the necessary cloud resources.

Quick Start

Use the devops-engineer skill to generate a Dockerfile for a Python application.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I generate Kubernetes manifests and Dockerfiles for a new microservice?

You can generate Dockerfiles and Kubernetes manifests by providing your application details. The Skill automates containerization and orchestration setup, producing ready-to-deploy configurations for scalable applications.

Can I use this to create Terraform infrastructure as code templates?

Yes, you can define and manage cloud infrastructure with Terraform. The Skill generates Terraform templates to provision necessary cloud resources, streamlining infrastructure as code management.

How do I set up a GitHub Actions CI/CD pipeline for automated deployments?

Setting up a GitHub Actions CI/CD pipeline is handled by the Skill's deployment automation features. It designs and implements robust pipelines to automate releases and handle GitOps configuration.

What is the best way to automate incident response and create runbooks?

The best way to automate incident response is by generating runbooks and automating remediation tasks. The Skill handles production incident response automation, reducing manual toil and increasing system reliability.

Does this support blue-green or canary deployment strategies?

Yes, it supports blue-green and canary deployment strategies. The Skill implements deployment automation to help you release updates safely and manage traffic routing during rollouts.

When do I need GitOps configuration for my Kubernetes clusters?

You need GitOps configuration when managing Kubernetes clusters through Git repositories as the source of truth. The Skill automates GitOps setup to ensure continuous deployment synchronization and infrastructure consistency.