devops-engineer

Guide CI/CD and infrastructure automation with Kubernetes, GitOps, and observability practices.

Updated Sep 9, 2025
One-click install
npx skills add https://github.com/htafolla/chrono-warp-drive --skill devops-engineer-htafolla
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/htafolla/chrono-warp-drive/tree/main/.opencode/skills/devops-engineer
Command: npx skills add https://github.com/htafolla/chrono-warp-drive --skill devops-engineer-htafolla

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It helps teams reduce deployment risk and operational downtime by standardizing CI/CD, infrastructure provisioning, and production monitoring practices.

Core Features & Use Cases

  • CI/CD Best Practices: Apply reliable build triggers, branch protection, multi-platform testing, caching, progressive rollouts, and automated rollback strategies for safer releases.
  • Infrastructure as Code & GitOps: Use modular Infrastructure as Code, drift detection, remote state with locking, and GitOps workflows (e.g., ArgoCD/Flux) to keep environments consistent and auditable.
  • Containers, Monitoring, and Cloud Security: Configure Kubernetes deployment health checks and resource controls while implementing three-pillar observability (logs/metrics/traces) with SLO-based alerting and least-privilege security.

Quick Start

Ask for a production-ready CI/CD and infrastructure checklist tailored to your current GitHub Actions and Kubernetes setup, including rollout and rollback guardrails.

Frequently Asked Questions about devops-engineer

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

FAQPage Schema
How do I automate reliable Kubernetes rollouts and rollback guardrails in CI/CD?

Automate Kubernetes rollouts by configuring progressive delivery, health checks, and automated rollback strategies within your CI/CD pipelines. This ensures reliable containerized releases and reduces operational downtime during deployments.

What is the best way to structure infrastructure as code to prevent environment drift?

Implement GitOps workflows using tools like ArgoCD or Flux to reconcile cluster state, detect configuration drift, and maintain auditable, consistent environments through modular infrastructure as code.

How do I set up SLO-based alerting and observability for production deployments?

Set up SLO-based alerting by implementing three-pillar observability—structured logs, metrics, and traces—using OpenTelemetry to monitor application health and trigger incident response runbooks.

Does this DevOps guidance work with existing GitHub Actions and Kubernetes setups?

Yes, it generates production-ready CI/CD checklists tailored to your current GitHub Actions and Kubernetes environments, covering caching, matrix testing, and branch protection for safer releases.

How do I implement least-privilege security and secrets management for cloud deployments?

Implement least-privilege encryption practices and robust secrets management to harden operational security across your cloud infrastructure, ensuring access controls tightly restrict permissions.

Why do I need drift detection in my infrastructure as code workflows?

Drift detection identifies unmanaged configuration changes in your infrastructure as code workflows, ensuring remote state with locking keeps environments consistent, auditable, and compliant.