review-infrastructure
Installation
SKILL.md
Infrastructure Review
Structured infrastructure-as-code review producing actionable, prioritized findings with code-level references. Covers Terraform / OpenTofu, Kubernetes manifests, Dockerfiles, Helm charts, north-south gateway exposure (Envoy as edge gateway, Ingress controllers, Gateway API), and east-west service mesh (Linkerd, Istio).
Out of scope (defer to siblings):
- Pod shutdown / SIGTERM /
preStop/terminationGracePeriodSeconds→review-reliability - IAM policies, secret material, KMS key usage →
review-security(but flag inline plaintext secrets in TF / k8s here) - Application source code (
.go,.proto, etc.) →review-code