Terraform Plan Review
Helps with Terraform, planning, code review as part of deploying and managing cloud infrastructure workflows.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add terraform-plan-review npx -- -y @trustedskills/terraform-plan-review
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"terraform-plan-review": {
"command": "npx",
"args": [
"-y",
"@trustedskills/terraform-plan-review"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill analyzes Terraform plan files to identify potential risks and inefficiencies. It can summarize changes, flag deprecated resources, and suggest improvements based on best practices. The tool aims to improve infrastructure code quality and reduce deployment errors by providing a human-readable review of proposed changes before execution.
When to use it
- Pre-Production Deployments: Review Terraform plans before applying them to staging or production environments to catch issues early.
- Code Reviews: Integrate into existing code review workflows for infrastructure as code.
- Automated Checks: Use in CI/CD pipelines to automatically validate Terraform plan changes.
- Learning & Best Practices: Understand how your Terraform plans align with recommended practices and identify areas for improvement.
Key capabilities
- Summarizes proposed resource changes (additions, modifications, deletions).
- Identifies deprecated resources within the plan.
- Suggests improvements based on best practices.
Example prompts
- "Review this Terraform plan: [paste plan file content]"
- "Analyze this Terraform plan for potential risks and inefficiencies: [link to plan file]"
- "Summarize the changes in this Terraform plan, highlighting any deprecated resources."
Tips & gotchas
The skill requires a valid Terraform plan file as input. Large or complex plans may take longer to analyze.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.