This is a methodical Terraform validation workflow that runs the full battery of checks: tflint, checkov, terraform validate, and formatting. The standout feature is the required checklist approach where it forces you to extract provider info first, look up documentation via Context7 (with WebSearch fallback for providers like random or null that aren't indexed), then read reference files on security and best practices before running scans. It includes wrapper scripts that handle dependencies automatically and runs regression tests to verify deterministic behavior. Useful when you want a structured, repeatable validation process rather than running tools ad hoc, especially if you're working with multiple providers or need to cross-reference findings against security checklists.
npx skills add https://github.com/akin-ozer/cc-devops-skills --skill terraform-validator