What problem does it solve?
This Skill prevents costly and irreversible infrastructure mistakes in Terraform/OpenTofu pull requests by surfacing risky IaC anti-patterns that automated linters often miss.
Core Features & Use Cases
- State-file safety: Flags committed or mismanaged state artifacts that leak secrets or corrupt environments.
- Change-management guardrails: Detects missing backend locking, unsafe destroy risks, and workflow practices that cause drift.
- Security and correctness patterns: Reviews sensitive outputs, provider pinning, count vs for_each stability, lifecycle protections, and IAM policy discipline.
- PR-diff scoped guidance: Supplies actionable checklist items only when the diff indicates IaC is affected (Terraform/OpenTofu files, Terragrunt, or CDKTF).
Quick Start
Use the orchestrator to review your Terraform/OpenTofu PR by asking: “Run super-review on this pull request and prioritize Terraform anti-patterns around state safety, locking, sensitive outputs, and IAM policy authoring.”