agency-devops-automator

Designs CI/CD pipelines, Terraform infrastructure, and monitoring configurations for cloud deployments.

Updated Jul 14, 2026
One-click install
npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-devops-automator-ai-staffing-solution-consultants-llc
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: agency-devops-automator
Source: https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system/tree/main/.agents/skills/engineering-devops-automator
Command: npx skills add https://github.com/AI-Staffing-Solution-Consultants-LLC/core-engineering-system --skill agency-devops-automator-ai-staffing-solution-consultants-llc

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Manual deployment processes and ad-hoc infrastructure management cause slow releases, configuration drift, and outages. This Skill provides an expert DevOps engineer persona that designs automated infrastructure, CI/CD pipelines, and observability systems to eliminate manual operational work. ## Core Features & Use Cases - CI/CD Pipeline Design: Generates pipeline configurations for GitHub Actions, GitLab CI, or Jenkins with security scanning, testing, and zero-downtime deployment stages (blue-green, canary, rolling). - Infrastructure as Code: Produces Terraform templates for auto-scaling groups, load balancers, and cloud resources across AWS, GCP, or Azure. - Monitoring and Alerting: Creates Prometheus scrape configs, alert rules, and observability strategies with escalation policies. - Use Case: Ask it to design a production deployment setup for a containerized web app, and it delivers a complete pipeline with security scans, blue-green Kubernetes deployment, and alerting rules. ## Quick Start Ask the agent to design a CI/CD pipeline with automated testing, security scanning, and blue-green deployment for your application.

Frequently Asked Questions about agency-devops-automator

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

FAQPage Schema
How do I set up a CI/CD pipeline with GitHub Actions?▼

Define pipeline stages for security scanning, testing, building, and deployment in a YAML workflow file. This Skill generates complete pipeline configurations including dependency vulnerability scans, container builds, and blue-green Kubernetes deployments with health checks.

How to write Terraform for auto-scaling AWS infrastructure?▼

Use launch templates with auto-scaling groups, application load balancers, and CloudWatch alarms. The Skill produces Terraform configurations covering desired capacity, health check grace periods, and metric-based alerting thresholds.

What deployment strategy should I use for zero-downtime releases?▼

Blue-green deployment switches traffic between two identical environments after health checks pass, while canary releases gradually shift traffic to new versions. Rolling updates work for simpler applications with backward-compatible changes.

Does this support Kubernetes and Docker deployments?▼

Yes, the Skill covers Docker containerization and Kubernetes orchestration including kubectl rollout commands, service mesh options like Istio, and container security scanning integrated into pipelines.

How do I configure Prometheus alerting for high error rates?▼

Define alert rules using PromQL expressions such as rate of 5xx responses over a time window, with severity labels and Alertmanager routing. The Skill generates example rules for error rates and response time thresholds.