Agent skill · Security

infra-as-code-review

Write an infrastructure-as-code review checklist and conduct a structured review of Terraform, CloudFormation, Pulumi, or Ansible code. Use when asked to review IaC code, audit infrastructure configurations, check cloud security posture, or produce a reusable IaC review checklist. Produces a structured review report with severity-categorized findings, remediation guidance, and a reusable checklist.

mohitagw15856github.com/mohitagw15856GitHub ↗
claude-codecursorMIT
Install
npx skills add mohitagw15856/pm-claude-skills --skill infra-as-code-review --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 13 KB
Bundled scripts: none
Path: skills/infra-as-code-review/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 1,255
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Infrastructure-as-Code Review Produce a structured infrastructure-as-code review that applies security, reliability, and operational quality standards to a specific body of IaC code. The output serves two purposes: an actionable review report for the code at hand (with findings by severity and specific remediation steps), and a reusable checklist the team can apply to every future IaC change. If the user provides actual code, analyze it and populate the findings table with real issues. If no code is provided, produce the checklist and a template findings report. ## Required Inputs Ask for these if not already provided: - **IaC tool** — Terraform, CloudFormation, Pulumi, Ansible, or CDK - **Cloud provider** — AWS, GCP, Azure, or multi-cloud - **What the code provisions** — a brief description (e.g., "VPC, EKS cluster, and RDS instance for the payments service") - **Security policies or naming standards in use** — any existing org standards to check against; if none, use sensible defaults - **The IaC code itself** — paste or describe it; if not provided, produce the checklist template only and note findings require code ## Output Format --- # IaC Review Report: [What Is Being Provi

What's inside
Steps it walks through
  1. Required Inputs
  2. Output Format
  3. Executive Summary
  4. Findings
  5. Critical Findings
  6. High Findings
  7. Medium Findings
  8. Low Findings
  9. Reusable IaC Review Checklist
  10. 1. IAM and Access Control
  11. 2. Secrets Management
  12. 3. Encryption at Rest
  13. 4. Encryption in Transit
  14. 5. Network and Public Access
More from pm-claude-skills
All skills →
About this skill
What does the infra-as-code-review skill do?

Write an infrastructure-as-code review checklist and conduct a structured review of Terraform, CloudFormation, Pulumi, or Ansible code. Use when asked to review IaC code, audit infrastructure configurations, check cloud security posture, or produce a reusable IaC review checklist. Produces a structured review report with severity-categorized findings, remediation guidance, and a reusable checklist.

How do I install it?

Run `npx skills add mohitagw15856/pm-claude-skills --skill infra-as-code-review --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From mohitagw15856/pm-claude-skills, a repository with 1,255 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going