con un clic
review-terraform
Review Terraform code for security, best practices, and conventions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review Terraform code for security, best practices, and conventions
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Deploy services to the dev EKS namespace via ArgoCD (or kubectl for bootstrap)
Deploy services to the prod EKS namespace via ArgoCD (manual sync) with safety checks
View and troubleshoot service logs and pod status
Roll back a failed deployment to the previous revision
Run Checkov security scan on Terraform modules
Run health checks against deployed services
| name | review-terraform |
| description | Review Terraform code for security, best practices, and conventions |
| argument-hint | [path] |
Review Terraform code against the project's security requirements, naming conventions, and best practices.
path — Path to review: a module directory, environment, or specific fileterraform/ (entire Terraform codebase)Read the target files:
path is a directory, glob for all .tf files within itpath is a file, read that specific fileCheck against the project's Terraform conventions (from CLAUDE.md and rules):
Naming:
petclinic-{env}-{resource} patternStructure:
description and typeSecurity:
sensitive = trueTags:
Best Practices:
Present findings in a structured format:
## Terraform Review: {path}
### Issues Found
- [SECURITY] {description} — {file}:{line}
- [NAMING] {description} — {file}:{line}
- [MISSING] {description} — {file}:{line}
### Good Practices Observed
- {What's done well}
### Summary
Files reviewed: N | Issues: N (critical: N, warning: N, info: N)