senior-devops

Generate CI/CD pipelines, Terraform modules, and deployment orchestration for cloud delivery.

1|Updated Apr 9, 2026
One-click install
npx skills add https://github.com/droxey/skills --skill senior-devops-droxey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/droxey/skills/tree/main/senior-devops
Command: npx skills add https://github.com/droxey/skills --skill senior-devops-droxey

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Senior DevOps teams need repeatable, consistent CI/CD pipelines and infrastructure-as-code that reduce configuration drift, speed up environment setup, and make deployments safer through validation and rollback.

Core Features & Use Cases

  • Pipeline Generator: Scaffolds CI/CD workflows for GitHub Actions or CircleCI with build, test, security scanning, and deploy stages using consistent patterns.
  • Terraform Scaffolder: Generates and validates Terraform modules for AWS/GCP/Azure and runs terraform validate and terraform plan before any apply.
  • Deployment Manager: Orchestrates deployments (blue/green or rolling) with health-check gates and rollback support to limit downtime and failed releases.
  • Use Case: Standardize a new service setup by generating a CI/CD workflow, scaffolding an ECS/EKS/AKS/GKE-ready IaC module, and deploying using a health-checked strategy with an automatic rollback path.

Quick Start

Ask: "Use senior-devops to scaffold a GitHub Actions pipeline, generate an AWS Terraform ECS service module, and prepare a blue/green deployment runbook for production."

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I generate a CI/CD pipeline with deployment guardrails?

To generate a CI/CD pipeline with guardrails, you can scaffold workflows for GitHub Actions or CircleCI that include build, test, security scanning, and deploy stages using consistent patterns to reduce configuration drift.

How do I create Terraform modules for AWS, GCP, or Azure with validation?

Creating Terraform modules for AWS, GCP, or Azure involves scaffolding infrastructure-as-code and running terraform validate and terraform plan before any apply to ensure safe, validated deployments.

What is the best way to orchestrate blue/green deployments with automatic rollback?

Orchestrating blue/green deployments with rollback is best handled by using deployment controls that include health-check gates and rollback support to limit downtime and prevent failed releases.

Can I standardize a new service setup across ECS, EKS, AKS, and GKE?

You can standardize new service setup across ECS, EKS, AKS, and GKE by generating a CI/CD workflow, scaffolding a ready IaC module, and deploying using a health-checked strategy with an automatic rollback path.

Why should I run terraform plan before applying infrastructure changes?

Running terraform plan before applying infrastructure changes is a required validation step that previews deployment modifications and reduces configuration drift, ensuring safe cloud software delivery.

Does senior-devops support both rolling and blue/green deployment strategies?

Senior-devops supports deterministic deployment controls for both blue/green and rolling strategies, orchestrating releases with health-check gates and rollback support to limit downtime.