devops-engineer

Automate CI/CD pipelines, containerization, and infrastructure provisioning for Kubernetes deployments.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/OMIXEC/Mobile-dev-skills --skill devops-engineer-omixec
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/OMIXEC/Mobile-dev-skills/tree/main/skills/devops-engineer
Command: npx skills add https://github.com/OMIXEC/Mobile-dev-skills --skill devops-engineer-omixec

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates complex deployment workflows to reduce manual toil, improve reliability, and speed up releases across mobile projects.

Core Features & Use Cases

  • Automates CI/CD pipelines, containerization (Docker), and infrastructure provisioning (Terraform/Pulumi) for Kubernetes deployments.
  • Enables GitOps configuration, incident response runbooks, and internal developer platform tooling to streamline platform engineering.
  • Use Case: When shipping a mobile service, this skill sets up automated pipelines, IaC templates, and runbooks to accelerate delivery with repeatable best practices.

Quick Start

Initialize a complete CI/CD and IaC pipeline for a new mobile app project.

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 for Kubernetes deployments using infrastructure as code?▼

Automate Kubernetes deployments by enforcing infrastructure-as-code changes through Terraform and Pulumi, applying GitOps-driven pipelines to provision containers and manage releases reliably. This reduces manual toil and accelerates delivery.

What is the best way to implement GitOps configuration for containerized platforms?▼

Implement GitOps configuration by driving Kubernetes deployments through Git repository state, applying health checks, secret management, and automated container image scanning to maintain platform reliability.

Can I use Terraform and Pulumi together for infrastructure provisioning?▼

Terraform and Pulumi are supported for infrastructure provisioning workflows, enabling you to define infrastructure as code for Kubernetes deployments while enforcing IaC-only changes to ensure reliable state management.

How do I set up rollback procedures and incident response runbooks for mobile service deployments?▼

Set up rollback procedures and incident response runbooks by automating CI/CD pipelines that enforce health checks and GitOps-driven deployments, ensuring reliable recovery for mobile service releases.

Does this deployment workflow handle container image scanning and secret management?▼

The deployment workflow implements container image scanning and secret management alongside health checks, ensuring that Docker containerization and Kubernetes deployments remain secure and stable.