devops-automator

Automate CI/CD pipelines, Terraform modules, and Kubernetes deployments with validation.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/selrai-company/claude-workshop-kit --skill devops-automator-selrai-company
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: devops-automator
Source: https://github.com/selrai-company/claude-workshop-kit/tree/main/skills/devops-automator
Command: npx skills add https://github.com/selrai-company/claude-workshop-kit --skill devops-automator-selrai-company

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

DevOps Automator removes friction from delivering reliable software by automating CI/CD pipelines, infrastructure-as-code, container builds, and Kubernetes deployments so teams can ship faster with fewer outages.

Core Features & Use Cases

  • Expert guidance and templates for GitHub Actions and CI pipeline design covering lint, test, security scanning, build, and deploy stages.
  • Production-ready Terraform and Kubernetes patterns, including EKS modules, Helm recommendations, resource limits, probes, and ArgoCD GitOps manifests.
  • Validation tooling to catch common anti-patterns (hardcoded secrets, :latest tags, missing probes, Terraform state issues) and a quality checklist for deployments.
  • Use case: convert an app repository into a reproducible CI/CD workflow, Terraform infra, and ArgoCD config, then validate best practices before rollout.

Quick Start

Ask the DevOps Automator to generate a GitHub Actions CI pipeline, Terraform module, and Kubernetes manifests for this repository, then run the validation script.

Frequently Asked Questions about devops-automator

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

FAQPage Schema
How do I generate a GitHub Actions CI pipeline for my repository?▼

You can generate a GitHub Actions CI pipeline by defining workflow stages for lint, test, security scanning, build, and deploy directly from your repository structure to ensure reproducible CI runs.

How do I provision Kubernetes deployments with Terraform and ArgoCD?▼

Provision Kubernetes deployments by applying Terraform EKS modules for infrastructure and ArgoCD GitOps manifests for deployment, ensuring resource limits and health probes are configured.

What are common anti-patterns to validate before rolling out infrastructure-as-code?▼

Validate infrastructure-as-code to catch hardcoded secrets, :latest container tags, missing probes, and Terraform state issues before rollout using automated validation scripts and deployment checklists.

Can I use this to convert an app repository into a full CI/CD workflow with GitOps?▼

Yes, you can convert an app repository into a reproducible workflow by generating GitHub Actions workflows, Terraform infrastructure, and ArgoCD GitOps configs, then validating best practices before deployment.

When do I need automated rollback strategies in Kubernetes deployments?▼

Automated rollback strategies are needed in Kubernetes deployments when applying GitOps sync updates, ensuring pipeline best practices can automatically revert to stable versions if health checks fail.