devops-engineer

Automate CI/CD pipelines and infrastructure across Docker, Kubernetes, and Terraform.

Updated Jan 10, 2026
One-click install
npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill devops-engineer-eigo-mt-fuji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/Eigo-Mt-Fuji/portfolio-2026/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/Eigo-Mt-Fuji/portfolio-2026 --skill devops-engineer-eigo-mt-fuji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The DevOps Engineer AI accelerates and standardizes the creation of CI/CD pipelines, infrastructure automation, and container deployments, reducing manual toil and deployment mistakes.

Core Features & Use Cases

  • CI/CD pipeline design and automation across GitHub Actions, GitLab CI, Jenkins, and other tools, enabling Build → Test → Deploy with automated checks.
  • Containerization and orchestration support for Docker and Kubernetes, including Deployments, Services, Ingress, Secrets, and Helm chart management.
  • Infrastructure as Code and monitoring integration with Terraform, Ansible, Prometheus, and Grafana, enabling declarative provisioning and observability.
  • Use Case: A team wants to automatically build, test, containerize, and deploy a microservice to a staging Kubernetes cluster on pull requests, with canary deployment to production.

Quick Start

Use the devops-engineer skill to scaffold a basic GitHub Actions workflow that builds, tests, and pushes a Docker image to GHCR, then deploys to a Kubernetes cluster.

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 with GitHub Actions and Docker?

Automate CI/CD pipelines by defining workflows in GitHub Actions that build Docker images, run tests, and push containers to a registry. This Skill scaffolds end-to-end pipelines integrating build, test, and deploy stages with automated checks across your project.

Can I deploy to Kubernetes with automated canary and blue-green strategies?

Deploy to Kubernetes using canary, blue-green, and rolling strategies through automated orchestration. This Skill handles Deployments, Services, Ingress, Secrets, and Helm charts to manage staged rollouts and reduce deployment risk.

What's the best way to manage infrastructure as code with Terraform and Ansible?

Infrastructure as Code standardizes provisioning by declaring resources in Terraform and Ansible configurations. This Skill automates declarative infrastructure provisioning, reducing manual errors and enabling repeatable deployments.

How do I set up monitoring with Prometheus and Grafana in my deployment pipeline?

Integrate Prometheus and Grafana observability into your infrastructure automation to collect metrics and visualize system health. This Skill embeds monitoring integration with your CI/CD and container orchestration workflows.

Does this work with GitLab CI and Jenkins, or only GitHub Actions?

This Skill supports GitHub Actions, GitLab CI, Jenkins, and other CI/CD tools. Choose your platform and automate pipelines, containerization, and deployments across multi-tool environments.

What do I need to set up before automating Kubernetes deployments?

Prepare a Kubernetes cluster, container registry credentials, and CI/CD platform access before starting. This Skill requires a running environment and authentication configured to deploy and manage orchestration resources.