tf-plan

star 19

Run terraform plan and analyze the output for risks. Use before applying any infrastructure changes.

pravinmishraaws By pravinmishraaws schedule Updated 2/15/2026

name: tf-plan description: Run terraform plan and analyze the output for risks. Use before applying any infrastructure changes. allowed-tools: Bash, Read, Grep disable-model-invocation: true

Run cd terraform && terraform plan -no-color and analyze the output.

Summarize:

  • How many resources will be added, changed, or destroyed
  • Any potential issues or risks (e.g., resource replacements, security group changes, data loss)
  • Estimated blast radius

If the plan fails, diagnose the error and suggest a fix.

Install via CLI
npx skills add https://github.com/pravinmishraaws/Ultimate-Agentic-DevOps-with-Claude-Code --skill tf-plan
Repository Details
star Stars 19
call_split Forks 287
navigation Branch main
article Path SKILL.md
More from Creator
pravinmishraaws
pravinmishraaws Explore all skills →