ワンクリックで
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)