senior-devops

Automate CI/CD pipelines, Terraform scaffolding, and deployments across AWS, GCP, and Azure.

Updated Dec 20, 2025
One-click install
npx skills add https://github.com/escarface/gestionSaredigital --skill senior-devops-escarface
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: senior-devops
Source: https://github.com/escarface/gestionSaredigital/tree/main/.claude/skills/senior-devops
Command: npx skills add https://github.com/escarface/gestionSaredigital --skill senior-devops-escarface

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill provides a comprehensive DevOps toolkit to automate CI/CD pipelines, infrastructure as code, deployment workflows, and monitoring across cloud platforms. It helps teams standardize practices, reduce manual toil, and accelerate secure, reliable software delivery.

Core Features & Use Cases

  • Pipeline Generator: Scaffold and enforce CI/CD pipelines with templates and quality gates.
  • Terraform Scaffolder: Provision infrastructure as code with scalable patterns and fixes.
  • Deployment Manager: Manage and automate deployments with reproducible steps.
  • Use Case: When launching a new microservices app, generate pipelines, IaC scaffolds, and deployment configurations in minutes rather than days.

Quick Start

Run the following commands to initialize a new project:

  • python scripts/pipeline_generator.py ./my-app
  • python scripts/terraform_scaffolder.py ./my-app
  • python scripts/deployment_manager.py ./my-app

Frequently Asked Questions about senior-devops

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

FAQPage Schema
How do I automate CI/CD pipelines across AWS, GCP, and Azure?

CI/CD pipeline automation uses templates and quality gates to scaffold repeatable deployment workflows. This Skill generates pipeline configurations for multiple cloud platforms, reducing manual setup from days to minutes and enforcing consistent practices across environments.

Can I provision infrastructure as code with Terraform scaffolding?

Yes. Terraform scaffolding generates infrastructure-as-code patterns and fixes for scalable cloud deployments. The Skill applies target-path analysis to provision resources consistently across AWS, GCP, and Azure without manually writing boilerplate configurations.

What's the best way to automate deployment workflows?

Deployment automation executes reproducible steps to manage releases reliably. This Skill's DeploymentManager tool handles configurable automation scripts and JSON-enabled output, standardizing deployment processes and reducing human error across microservices and cloud platforms.

How do I set up infrastructure and pipelines for a new microservices project?

Run pipeline generation, Terraform scaffolding, and deployment configuration scripts sequentially on your project directory. The Skill produces pipeline templates, infrastructure code, and deployment configurations in one workflow, eliminating days of manual setup.

Does this support monitoring and optimization of software delivery pipelines?

The Skill analyzes and optimizes software delivery pipelines through report generation and configurable automation scripts. It produces JSON-enabled output for pipeline metrics and infrastructure analysis, enabling teams to standardize practices and accelerate secure, reliable delivery.

What cloud platforms and infrastructure-as-code tools does this cover?

The Skill covers AWS, GCP, and Azure cloud platforms with Terraform-based infrastructure-as-code scaffolding. It handles pipeline generation, IaC patterns, and deployment automation across all three platforms in a unified workflow.