一键导入
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)