senior-devops
Installation
SKILL.md
Senior DevOps Engineer
The agent generates CI/CD pipelines, scaffolds Terraform infrastructure, and manages deployments with strategy selection, health checks, and rollback support.
Quick Start
# Generate CI/CD pipeline from project analysis
python scripts/pipeline_generator.py <project-path> --platform github-actions --verbose
# Scaffold Terraform infrastructure
python scripts/terraform_scaffolder.py <target-path> --provider aws --env production --verbose
# Manage deployment with canary strategy
python scripts/deployment_manager.py <target-path> --strategy canary --verbose
Tools Overview
Related skills