devops-and-infrastructure

Design CI/CD and infrastructure-as-code workflows with rollout and observability plans.

1|Updated May 15, 2026
One-click install
npx skills add https://github.com/Blaze-sports-Intel/uber-engineer --skill devops-and-infrastructure
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: devops-and-infrastructure
Source: https://github.com/Blaze-sports-Intel/uber-engineer/tree/main/plugins/uber-engineer/skills/devops-and-infrastructure
Command: npx skills add https://github.com/Blaze-sports-Intel/uber-engineer --skill devops-and-infrastructure

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps teams prevent fragile releases by turning CI/CD, infrastructure as code, and observability into verifiable, repeatable engineering work.

Core Features & Use Cases

  • Design CI/CD pipelines with measurable gates: create fast-fail pipelines with explicit timing and checks so “build green” can’t be mistaken for “done.”
  • Implement idempotent infrastructure as code: produce Terraform/Pulumi plans and modules that are reviewable, reversible, and suitable for controlled rollout.
  • Add rollout safety and operational readiness: generate deployment plans with health gates and rollback triggers plus incident runbooks and SLO-aligned observability.

Quick Start

Use this skill to draft a DevOps rollout plan that includes CI gates, an IaC preview approach, and an incident runbook for the next deployment.

Frequently Asked Questions about devops-and-infrastructure

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

FAQPage Schema
How do I design a CI/CD pipeline with rollback and health gates?

CI/CD pipelines with rollback are designed by creating fast-fail workflows with explicit timing checks and health gates, ensuring "build green" is verified through deployment plans that include canary or blue-green rollback triggers.

What is the best way to manage infrastructure as code for Kubernetes?

The best way to manage infrastructure as code for Kubernetes is generating idempotent Terraform or Pulumi plans and Helm modules that are reviewable, reversible, and suitable for controlled production rollouts.

How does observability with Prometheus and Grafana improve incident readiness?

Observability with Prometheus and Grafana improves incident readiness by aligning traces, metrics, and logs with SLOs, generating incident runbooks that provide rollback rehearsals and operational readiness for production deployments.

Can I use GitHub Actions and GitLab CI for deployment plans with rollback rehearsals?

Yes, you can use GitHub Actions and GitLab CI to design deployment plans that include rollback rehearsals, secret-safety guarantees, and measurable gates for reliable production releases.

When do I need an incident runbook for infrastructure as code deployments?

You need an incident runbook for infrastructure as code deployments when adding rollout safety to production, ensuring SLO-aligned observability and rollback triggers are in place before operational incidents occur.