senior-devops

Generate CI/CD pipelines, scaffold Terraform modules, and orchestrate deployments with health-check gates.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill reduces the effort and risk of setting up reliable DevOps pipelines and infrastructure by providing repeatable generators and deployment automation that standardize CI/CD, infrastructure as code, and rollout safety.

Core Features & Use Cases

  • CI/CD Pipeline Generation: Scaffolds GitHub Actions or CircleCI pipelines with build, test, security scanning, and deploy stages, including common best-practice workflow structure.
  • Infrastructure as Code Scaffolding: Generates Terraform modules for AWS, GCP, or Azure and enforces a consistent module layout with validation and planning steps before apply.
  • Deployment Automation with Rollback: Orchestrates blue/green or rolling deployments using health-check gates and supports rollback to a previous version when validation fails.

Use case example: You are releasing a production service and need a pipeline that builds and tests on every PR, creates a Docker image on main, deploys with a health-check gate, and can automatically roll back if the new version fails.

Quick Start

Run the Deployment Manager against your target directory with verbose output and JSON results by providing the target path and using the deploy command.

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 GitHub Actions pipeline for automated CI/CD deployments?

To generate a GitHub Actions CI/CD pipeline, use the pipeline_generator script to scaffold build, test, security scanning, and deploy stages. This automates deployment workflows by creating a standardized workflow structure with best-practice stages for your repository.

What is the best way to scaffold Terraform modules for AWS, GCP, or Azure infrastructure?

The best way to scaffold Terraform modules for AWS, GCP, or Azure is using the terraform_scaffolder script. It enforces a consistent module layout and includes validation and planning steps before apply, reducing manual effort and risk in infrastructure as code setup.

Can I automate blue/green deployments with health checks and rollback support?

Yes, you can automate blue/green or rolling deployments with the deployment_manager script. It orchestrates production rollouts using health-check gates to validate new versions and supports automatic rollback to a previous version when validation fails.

Does this DevOps automation tool work with CircleCI as well as GitHub Actions?

Yes, the CI/CD pipeline generation supports both GitHub Actions and CircleCI. The pipeline_generator script scaffolds workflows with build, test, security scanning, and deploy stages for either platform, standardizing your continuous integration process.

How do I run the deployment manager for a production service rollout?

To run the deployment manager for a production rollout, execute the deployment_manager script against your target directory with the deploy command. Use verbose output and JSON results flags to monitor the orchestrated deployment and health-check gate validation.

When do I need infrastructure as code scaffolding for cloud infrastructure deployment?

You need infrastructure as code scaffolding when standardizing cloud infrastructure across AWS, GCP, or Azure providers. It reduces setup effort and risk by generating repeatable Terraform modules with validation and planning steps before applying changes to production environments.