tagging-audit

Audit Terraform and CloudFormation resources for cost-allocation tag compliance.

8|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/adrien-barret/claude-kit --skill tagging-audit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tagging-audit
Source: https://github.com/adrien-barret/claude-kit/tree/main/project-template/.claude/skills/finops/tagging-audit
Command: npx skills add https://github.com/adrien-barret/claude-kit --skill tagging-audit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits cloud resources for cost-allocation tag compliance across an infrastructure project, identifying missing or inconsistent tags that hinder accurate cost attribution.

Core Features & Use Cases

  • Tag presence checks: verify the presence of required tags on all taggable resources.
  • Tag consistency: detect casing and naming inconsistencies to prevent fragmentation of cost data.
  • Module and policy support: ensure tags propagate through modules and align with project-specific tagging policies.

Quick Start

Run the tagging-audit command against your IaC project directory, for example: tagging-audit ./infra

Frequently Asked Questions about tagging-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit Terraform resources for missing cost-allocation tags?

To audit Terraform resources for missing cost-allocation tags, run an infrastructure-as-code scanner against your repository to verify required tag presence, check module propagation, and output a severity-based compliance report.

What is cloud tagging compliance for cost attribution?

Cloud tagging compliance for cost attribution is the process of validating that all taggable cloud resources contain required, consistently-cased tags, preventing fragmented cost data and ensuring accurate financial tracking across multi-environment deployments.

Can I check tag consistency across multi-environment infrastructure deployments?

Yes, you can check tag consistency across multi-environment infrastructure deployments by scanning your IaC project directory to detect casing inconsistencies, missing required tags, and non-standard naming conventions that hinder accurate cost attribution.

How do I enforce required tagging policies in my IaC repository?

You can enforce required tagging policies in your IaC repository by running a policy-driven tag audit that checks tag definitions, validates tag propagation from modules, and identifies non-compliant resources with a severity-based report.

Does the tagging audit work with CloudFormation and other IaC frameworks?

Yes, the tagging audit works with CloudFormation and other IaC frameworks by scanning the entire deployment directory to ensure tags propagate through modules and align with project-specific tagging policies across different infrastructure-as-code formats.