infra-change

Plan Terraform or manifest infrastructure changes and verify resulting state before applying them.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Plan and apply infrastructure code changes safely by reviewing the target manifests or Terraform, presenting the diff or plan, and verifying the result.

Core Features & Use Cases

  • Review infrastructure-as-code changes across Terraform or manifests before execution.
  • Generate diffs or plans to clearly communicate proposed changes.
  • Verify resulting state with environment-appropriate checks before applying changes.

Quick Start

Review the targeted Terraform or manifests, present the plan or diff, and verify the resulting state.

Frequently Asked Questions about infra-change

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

FAQPage Schema
How do I verify Terraform plan changes before applying them to staging or production?

Verify Terraform plan changes by reviewing the generated diff to clearly communicate proposed modifications, then running environment-appropriate checks to validate the resulting state before executing the apply step.

What is the best way to review infrastructure-as-code diffs for manifests before execution?

Reviewing infrastructure-as-code diffs involves generating a targeted manifest diff to inspect proposed changes, enabling teams to verify modifications and ensure safe execution across development and production environments.

Can I use infrastructure diff checks for both Terraform plans and raw manifests?

Yes, infrastructure diff checks support both Terraform plans and raw manifests, allowing you to generate diffs, review proposed changes, and verify resulting states across diverse infrastructure-as-code workflows.

How do I plan and apply infrastructure code changes safely across different environments?

Plan and apply infrastructure changes safely by reviewing target manifests or Terraform, presenting the diff or plan, and executing environment-appropriate verification steps before applying changes to dev, staging, or production.

Why does my Terraform plan verification fail to catch unsafe changes before execution?

Terraform plan verification fails to catch unsafe changes when environment-appropriate checks are not run against the presented diff, preventing proper validation of the resulting state before applying modifications.

Do I need to generate a Terraform plan manually to review infrastructure changes?

No, you do not need to manually generate a Terraform plan, as infrastructure change workflows can automatically present the diff or plan and verify the resulting state for safe execution.