Skill Detail
Validate CloudFormation templates before deploy with cfn-lint
Catch CloudFormation schema, region, and intrinsic-function mistakes before a stack update fails in review or deployment.
Code Quality & ReviewMulti-Framework
Code Quality & Review
Multi-Framework
Security Reviewed
β 2.6k GitHub stars
INSTALL WITH ANY AGENT
npx skills add agentskillexchange/skills --skill validate-cloudformation-templates-before-deploy-with-cfn-lint
Works best when you want a reusable capability, not another fragile one-off prompt.
At a glance
Tools required
Python or cfn-lint binary, CloudFormation templates
Install & setup
Install with `pip install cfn-lint` or use the project binaries, then run `cfn-lint` on the template files before review, CI, or deployment.
Author
AWS CloudFormation
Publisher
Organization
Last updated
Apr 15, 2026
Quick brief
Use cfn-lint when an agent needs to review or gate AWS CloudFormation changes before deployment. It can validate template structure, catch invalid properties, check region-specific resource rules, and surface intrinsic-function mistakes before they become failed stack operations. The scope is tightly bounded to pre-deploy CloudFormation validation, which keeps this from collapsing into a general AWS product listing.