asset-audit

Audit game assets for naming, size, format, and pipeline compliance.

Updated May 24, 2026
One-click install
npx skills add https://github.com/LeKay/ai-game --skill asset-audit-lekay
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/LeKay/ai-game/tree/main/.claude/skills/asset-audit
Command: npx skills add https://github.com/LeKay/ai-game --skill asset-audit-lekay

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

The manual process of auditing game assets for naming conventions, file size budgets, format standards, and pipeline requirements is time-consuming and error-prone.

Core Features & Use Cases

  • Automated Compliance Checks: Checks game assets against predefined naming conventions, file size budgets, format standards, and pipeline requirements.
  • Orphaned and Missing Asset Detection: Identifies orphaned assets and missing references to assets.
  • Use Case: Run an audit on your game assets to ensure they are compliant with all standards before a QA pass or launch.

Quick Start

Run the asset-audit skill on your assets to automatically check for naming conventions, size budgets, format standards, and pipeline requirements.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I automate game asset audits for naming conventions and file size budgets?

To automate game asset audits, you can run a skill that scans directories to check naming patterns, file sizes, and formats against predefined standards. It produces a detailed report of compliance findings before a QA pass.

What is the best way to find orphaned assets and missing references in a game development project?

Finding orphaned assets and missing references involves scanning your project directories to identify files not linked to the main pipeline. The audit process detects these missing links and outputs a detailed compliance report.

How do I check if game assets meet pipeline format standards before launch?

Checking pipeline format standards before launch requires scanning your asset directories to verify files match required formats and size limits. The audit evaluates these attributes and generates a report of non-compliant assets.

Can I use an automated audit to check file integrity and naming patterns for game assets?

Yes, an automated audit can check file integrity and naming patterns by scanning directories against predefined conventions. It identifies naming mismatches and verifies file sizes to ensure comprehensive asset compliance.

Do I need to manually check asset size budgets or can an audit script handle it?

You do not need to manually check asset size budgets; an audit script can handle it by scanning files and comparing their sizes against predefined budgets. It automatically flags assets exceeding the allowed size limits in the final report.