원클릭으로
review-terraform
Review Terraform code for security, best practices, and conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Review Terraform code for security, best practices, and conventions
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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)