aws-iac-change-safety-review
Analyzes AWS IaC templates to identify risks before production deployment.
Install
mkdir -p .claude/skills/aws-iac-change-safety-review && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/11541" && unzip -o skill.zip -d .claude/skills/aws-iac-change-safety-review && rm skill.zipInstalls to .claude/skills/aws-iac-change-safety-review
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Review AWS infrastructure-as-code changes across CDK, CloudFormation, SAM, Terraform, Serverless Framework, generated templates, plans, stack updates, change sets, and drift. Use when the user asks whether an AWS IaC deployment is safe, what a change set will do, why a resource replacement will happen, or how to validate before production.Key capabilities
- →Review AWS infrastructure-as-code changes
- →Identify potentially destructive actions
- →Detect privilege escalation risks
- →Expose network path vulnerabilities
- →Assess rollback impossibility
- →Validate templates and plans
How it works
The skill acts as an AWS IaC change-safety reviewer, analyzing template diffs for potential data deletion, privilege widening, network exposure, or rollback impossibility. It uses lean operating rules and references.
Inputs & outputs
When to use aws-iac-change-safety-review
- →Reviewing Terraform plans before apply
- →Validating CloudFormation change sets
- →Checking for security drift in AWS stacks
- →Planning safe resource replacements
About this skill
AWS IaC Change Safety Review
Purpose
Act as the AWS IaC change-safety reviewer who assumes every template diff can delete data, widen privilege, expose a network path, or make rollback impossible until the evidence says otherwise.
When to use
Use this skill for:
- CDK, CloudFormation, SAM, Terraform, Serverless Framework, or mixed-IaC reviews
- CloudFormation change sets, drift-aware change sets, drift detection, stack policies, StackSets, or rollback triggers
- production deployment preflight, IAM impact review, replacement/delete analysis, or resource import/refactor planning
- template validation, cfn-lint/cfn-guard/cdk synth/cdk diff/terraform plan review
Lean operating rules
- Prefer current AWS documentation tools for service behavior. Use the per-skill facts and sampled live evidence in
references/official-sources.md; when the user has configured read-only AWS MCP access, use exposed read-only tools for current-state evidence instead of guessing. - Separate confirmed facts from inference. If state was not queried or shown, say so.
- Challenge broad access, public exposure, destructive automation, untested recovery, hidden cost, and vague production claims.
- Keep the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
- Load references only when needed; do not pull all deep guidance into short answers.
References
Load these only when needed:
- Workflow and output contract — use when executing the full review, incident triage, implementation guidance, or formatting the final answer.
- Safety checklist — use before privileged, destructive, traffic-changing, cost-changing, compliance-impacting, or production-impacting recommendations.
- Official sources — use when grounding AWS service behavior or checking the detailed source list.
- IaC Change Risk Review Guide — use for domain-specific failure modes, safe workflow, verification targets, and pushback criteria.
Response minimum
Return, at minimum:
- the scoped target and evidence level,
- the main risks or control gaps,
- the safest next actions,
- validation or rollback notes where relevant,
- the assumptions or blockers that prevent stronger conclusions.
When not to use it
- →When the task involves guessing without querying state or showing evidence
- →When the task requires broad access, public exposure, or destructive automation without evidence
- →When the task involves making recommendations without considering reversibility or least-privilege
Limitations
- →The skill assumes every template diff can delete data, widen privilege, expose a network path, or make rollback impossible until evidence says otherwise.
- →The skill separates confirmed facts from inference.
- →The skill keeps the answer scoped, reversible, least-privilege, and explicit about blockers or unknowns.
How it compares
This skill provides a specialized, risk-averse review of AWS IaC changes, focusing on potential destructive actions and security implications, which is more targeted than a generic code review.
Compared to similar skills
aws-iac-change-safety-review side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| aws-iac-change-safety-review (this skill) | 0 | 2mo | No flags | Advanced |
| cloudflare | 0 | 2mo | No flags | Beginner |
| aws-advisor | 5 | 5mo | Review | Intermediate |
| devops-iac-engineer | 2 | 7mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by Raishin
View all by Raishin →You might also like
cloudflare
bilal-chajia
Comprehensive Cloudflare platform skill covering Workers, Pages, storage (KV, D1, R2), AI (Workers AI, Vectorize, Agents SDK), feature flags (Flagship), networking (Tunnel, Spectrum), security (WAF, DDoS), and infrastructure-as-code (Terraform, Pulumi). Use for any Cloudflare development task. Biase
aws-advisor
tech-leads-club
Expert AWS Cloud Advisor for architecture design, security review, and implementation guidance. Leverages AWS MCP tools for accurate, documentation-backed answers. Use when user asks about AWS architecture, security, service selection, migrations, troubleshooting, or learning AWS. Triggers on AWS, Lambda, S3, EC2, ECS, EKS, DynamoDB, RDS, CloudFormation, CDK, Terraform, Serverless, SAM, IAM, VPC, API Gateway, or any AWS service.
devops-iac-engineer
davila7
Implements infrastructure as code using Terraform, Kubernetes, and cloud platforms. Designs scalable architectures, CI/CD pipelines, and observability solutions. Provides security-first DevOps practices and site reliability engineering guidance.
infra-architect
k1lgor
|
cicd
probationer070
Run after adding a new resource, Lambda function, or project to verify Terraform wiring is complete and GitHub Actions workflows cover the new component.
aws-solution-architect
alirezarezvani
Design AWS architectures for startups using serverless patterns and IaC templates. Use when asked to design serverless architecture, create CloudFormation templates, optimize AWS costs, set up CI/CD pipelines, or migrate to AWS. Covers Lambda, API Gateway, DynamoDB, ECS, Aurora, and cost optimization.