devops-engineer

Design CI/CD pipelines with GitHub Actions, Terraform, Kubernetes, and ArgoCD.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/Muath2000/TradeStation --skill devops-engineer-muath2000
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-engineer
Source: https://github.com/Muath2000/TradeStation/tree/main/.claude/skills/devops-engineer
Command: npx skills add https://github.com/Muath2000/TradeStation --skill devops-engineer-muath2000

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines and automates the entire software delivery lifecycle, from code commit to production deployment, ensuring faster, more reliable releases.

Core Features & Use Cases

  • CI/CD Pipeline Design: Creates robust GitHub Actions workflows for linting, testing, building, scanning, and deploying applications.
  • Infrastructure as Code (IaC): Manages cloud infrastructure using Terraform and Kubernetes manifests for consistent and repeatable deployments.
  • GitOps Workflows: Implements ArgoCD for declarative, automated application deployment and management.
  • Use Case: Automatically build, test, and deploy a new microservice to a staging environment whenever code is merged into the develop branch, with a manual gate for production.

Quick Start

Configure a GitHub Actions CI/CD pipeline for a Node.js application that includes linting, unit testing, Docker image building, and deployment to a staging environment.

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 GitHub Actions?

Automate CI/CD pipelines for Kubernetes by designing GitHub Actions workflows that lint, test, build, scan, and deploy applications. This Skill generates workflows to automate deployment from code commit across development, staging, and production environments.

What is the best way to manage Infrastructure as Code with Terraform and Kubernetes manifests?

Manage Infrastructure as Code by using Terraform and Kubernetes manifests for consistent, repeatable cloud infrastructure deployments. This approach ensures reliable environment provisioning and configuration management across all deployment environments.

Can I implement GitOps workflows with ArgoCD for automated application deployment?

Implement GitOps workflows with ArgoCD for declarative, automated application deployment and management. This Skill configures ArgoCD to continuously sync application states directly from your Git repositories.

Does this support advanced deployment strategies like blue-green and canary releases with Helm charts?

Advanced deployment strategies like blue-green and canary releases are supported using Helm charts and Kubernetes orchestration. This enables progressive application rollouts and zero-downtime updates across your deployment environments.

How do I configure a CI/CD pipeline for a Node.js application with Docker and security scanning?

Configure a CI/CD pipeline for a Node.js application by creating a GitHub Actions workflow that lints, unit tests, builds a Docker image, security scans, and deploys to staging. This automates the entire software delivery lifecycle reliably.