devops-engineer

Automate CI/CD pipelines, containerization, and infrastructure provisioning across cloud-native environments.

21|3|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/JochenYang/Jochen-ai-rules --skill devops-engineer-jochenyang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/JochenYang/Jochen-ai-rules/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/JochenYang/Jochen-ai-rules --skill devops-engineer-jochenyang

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the end-to-end design and management of scalable CI/CD pipelines, containerized deployments, and infrastructure provisioning.

Core Features & Use Cases

  • CI/CD Design & Implementation: Build and maintain repeatable pipelines across cloud and on-prem environments.
  • Containerization & Deployment: Create, optimize, and deploy Docker/Kubernetes workloads with reliable rollouts.
  • Infrastructure as Code & Observability: Manage infrastructure with Terraform/Pulumi and set up monitoring with Prometheus/Grafana.

Quick Start

Bootstrap a CI/CD workflow by creating a minimal Terraform-based infra scaffold, container images with Docker, and a Kubernetes deployment to validate end-to-end automation.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I design a CI/CD pipeline for Kubernetes deployments?

Design a CI/CD pipeline for Kubernetes by containerizing workloads with Docker, defining infrastructure with Terraform or Pulumi, and automating repeatable, auditable rollouts across cloud-native environments.

What is the best way to provision infrastructure as code for cloud-native applications?

Provisioning infrastructure as code for cloud-native applications involves using Terraform or Pulumi to define scalable resources, ensuring repeatable and auditable deployments across on-prem and cloud environments.

Can I use Terraform and Pulumi together for infrastructure provisioning?

Terraform and Pulumi are both supported for infrastructure provisioning, allowing you to manage scalable infrastructure and define cloud-native resources through repeatable, auditable code configurations.

How do I set up monitoring and observability for containerized workloads?

Set up monitoring and observability for containerized workloads by integrating Prometheus and Grafana, providing integrated metrics collection and visualization across your cloud-native deployments.

Does this approach support both cloud and on-prem environments?

Yes, this approach supports both cloud and on-prem environments, enabling you to build and maintain repeatable CI/CD pipelines and scalable infrastructure across diverse deployment targets.

How do I bootstrap a minimal automated deployment workflow from scratch?

Bootstrap a minimal automated deployment workflow by creating a Terraform-based infrastructure scaffold, building Docker container images, and validating end-to-end automation with a Kubernetes deployment.