devops-engineer

Automate CI/CD pipelines and cloud infrastructure with Kubernetes and Terraform.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/HoaiAn0906/Anki --skill devops-engineer-hoaian0906
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/HoaiAn0906/Anki/tree/main/.cursor/skills/devops-engineer
Command: npx skills add https://github.com/HoaiAn0906/Anki --skill devops-engineer-hoaian0906

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

DevOps teams face fragmented tooling, manual deployments, and unreliable infrastructure, leading to slow releases and degraded reliability. This skill consolidates best practices for automating CI/CD, provisioning infrastructure, and maintaining observability to reduce toil and errors.

Core Features & Use Cases

  • CI/CD pipelines automation using GitHub Actions, GitLab CI, or similar tools to build, test, and deploy reliably.
  • Containerization and orchestration with Docker and Kubernetes, plus infrastructure as code with Terraform.
  • Monitoring, logging, and incident response with Prometheus, Grafana, and centralized logs to maintain uptime and performance.
  • Beads task tracking integration to manage DevOps work, priorities, and progress across sessions.

Quick Start

Begin a Beads session, create a task describing your DevOps work, update the task to in_progress, log progress notes as you go, and close the task with a summary when finished.

Frequently Asked Questions about devops-engineer

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

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

To build a resilient CI/CD pipeline for Kubernetes deployments, you automate build, test, and deployment stages using tools like GitHub Actions or GitLab CI. This approach reduces manual deployment errors and ensures reliable releases across staging and production environments.

Can I provision cloud infrastructure using Terraform alongside Docker containerization?

Yes, you can provision cloud infrastructure using Terraform alongside Docker containerization. This combination allows you to manage infrastructure as code while orchestrating containerized applications, ensuring consistent environment setup and deployment across your cloud-native stack.

What is the best way to monitor Kubernetes uptime and manage incident response?

The best way to monitor Kubernetes uptime and manage incident response is by using Prometheus and Grafana alongside centralized logging. This setup maintains performance visibility and enables quick resolution of production incidents to reduce system downtime.

Does this DevOps automation approach support secrets management and task tracking?

Yes, this DevOps automation approach supports secrets management and task tracking. It fulfills requirements for secure secrets handling and integrates Beads-based task tracking to manage work priorities, log progress notes, and close tasks with summaries across sessions.

Why do I need infrastructure as code for cloud-native applications?

You need infrastructure as code for cloud-native applications to eliminate manual infrastructure provisioning and fragmented tooling. Using Terraform automates cloud resource management, which reduces deployment toil and prevents configuration drift across staging and production environments.