senior-devops

Automate CI/CD pipelines, Terraform scaffolding, and deployment orchestration.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill senior-devops-devcharuzu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/devCharuzu/philfida-taskmanage/tree/main/.windsurf/skills/senior-devops
Command: npx skills add https://github.com/devCharuzu/philfida-taskmanage --skill senior-devops-devcharuzu

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

Automates complex DevOps workflows for CI/CD, IaC, and deployment orchestration.

Core Features & Use Cases

  • CI/CD pipeline generation and standardization across platforms (GitHub Actions, CircleCI)
  • Terraform/OpenTofu scaffolding and validation for multi-cloud infrastructure
  • Deployment management with blue/green and rolling strategies, rollback, and health checks

Quick Start

Automate end-to-end DevOps tasks by generating pipelines, scaffolding infrastructure, and orchestrating deployments.

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I generate CI/CD pipelines for multi-cloud deployments?

To generate CI/CD pipelines for multi-cloud deployments, this Skill automates pipeline creation and standardization across platforms like GitHub Actions and CircleCI. It scaffolds the necessary infrastructure-as-code and orchestrates the deployment workflow end-to-end.

What is the best way to scaffold Terraform for multi-cloud infrastructure?

Scaffolding Terraform for multi-cloud infrastructure is handled by generating and validating IaC structures automatically. This ensures your cloud resources are provisioned deterministically with validated planning before any deployment occurs.

Can I execute blue/green deployments with automated rollback and health checks?

Yes, you can execute blue/green deployments with automated rollback and health checks. The Skill manages deployment strategies directly, orchestrating traffic shifting and continuous health validation to ensure safe releases.

Does this support deterministic script execution for infrastructure-as-code validation?

Yes, it supports deterministic script execution for infrastructure-as-code validation. This ensures that your Terraform or OpenTofu planning and deployment scripts run consistently across different pipeline environments without unexpected side effects.

How do I standardize CI/CD pipelines across GitHub Actions and CircleCI?

Standardizing CI/CD pipelines across GitHub Actions and CircleCI is achieved by generating consistent pipeline configurations automatically. This enforces uniform deployment orchestration and IaC validation steps across your chosen continuous integration platforms.