infra-change

Standardize infrastructure mutation workflows across Terraform, Helm, and Kubernetes.

2|Updated Mar 19, 2026
One-click install
npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill infra-change-alex-voloshin-dev
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: infra-change
Source: https://github.com/alex-voloshin-dev/ai-skills/tree/main/.windsurf/skills/infra-change
Command: npx skills add https://github.com/alex-voloshin-dev/ai-skills --skill infra-change-alex-voloshin-dev

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill mitigates the high risk of manual infrastructure changes by enforcing a standardized, gated workflow that requires explicit user approval before any mutation occurs.

Core Features & Use Cases

  • Multi-Tool Support: Orchestrates Terraform, Helm, and Kubernetes manifest changes within a single unified process.
  • Safety Guardrails: Implements mandatory plan reviews and dry-runs to prevent accidental destructive actions or configuration drift.
  • Use Case: When updating a production Kubernetes deployment, the skill guides the user through a Helm diff and dry-run, ensuring the change is verified before the user provides the final approval to apply.

Quick Start

Use the infra-change skill to plan and apply a configuration update to the production Kubernetes cluster.

Frequently Asked Questions about infra-change

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

FAQPage Schema
How do I enforce mandatory approval gates before applying Terraform and Helm changes?

To enforce approval gates for infrastructure changes, you need a standardized workflow that manages the lifecycle of planning, reviewing, and applying mutations. This ensures explicit human-in-the-loop verification before any configuration drift or destructive action occurs.

What is the best way to prevent accidental destructive actions during Kubernetes infrastructure updates?

Preventing destructive Kubernetes infrastructure updates requires implementing strict safety guardrails like mandatory plan reviews and dry-runs. These verification steps ensure changes are validated and require final user approval before applying any modifications.

Can I standardize infrastructure mutation workflows across Terraform, Helm, and Kubernetes together?

Yes, you can standardize infrastructure mutation workflows across Terraform, Helm, and Kubernetes. A unified process orchestrates these tools within a single workflow, enforcing mandatory verification steps and rollback documentation for high-risk environment modifications.

How do I execute a safe production Kubernetes deployment update using Helm?

For a safe production Kubernetes deployment update, use a gated workflow that guides you through a Helm diff and dry-run. This verifies the configuration change before you provide the final approval to apply it.

Does this infrastructure change workflow require manual rollback documentation?

Yes, the infrastructure change workflow mandates rollback documentation for high-risk environment modifications. Enforcing strict verification steps and documenting rollback procedures ensures operational safety during Terraform, Helm, and Kubernetes mutations.