asset-audit

Audits asset directories for naming, size, format, and reference violations.

Updated Apr 8, 2026
One-click install
npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill asset-audit-hechaoyannet
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/HechaoYannet/3kingdom-unity/tree/main/.claude/skills/asset-audit
Command: npx skills add https://github.com/HechaoYannet/3kingdom-unity --skill asset-audit-hechaoyannet

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual asset audits are tedious and error-prone, leading to mismatches between naming conventions, formats, and code references.

Core Features & Use Cases

  • Naming convention checks across assets/ and code references
  • Size budget validation and format compliance checks
  • Orphaned and missing asset detection with actionable recommendations
  • Audit report generation for project pipelines and QA

Quick Start

Provide the target asset directory to audit and run asset-audit to produce a compliance report.

Frequently Asked Questions about asset-audit

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

FAQPage Schema
How do I automate asset naming convention checks in a game development pipeline?

Asset naming checks scan your asset directories and code references to identify violations against established conventions. This process detects orphaned or missing files, ensuring traceability and compliance throughout the game development pipeline.

What is an asset audit in game development?

An asset audit analyzes asset directories to identify naming, size, format, and reference violations. It ensures project assets comply with data formats and size budgets while detecting orphaned or missing files referenced in code.

How do I detect orphaned assets and missing file references in my project?

Detect orphaned assets and missing references by scanning the assets directory and cross-referencing files with code dependencies. This identifies unreferenced files and missing dependencies, providing actionable recommendations for resolution.

Can I validate asset size budgets and format compliance automatically?

Yes, you can validate asset size budgets and format compliance automatically by scanning asset directories. The audit checks files against predefined size limits and data formats, generating a compliance report for QA.

What is the best way to generate an audit report for asset compliance?

Generate an audit report for asset compliance by providing the target asset directory to an automated auditing tool. It scans for naming, size, format, and reference violations, outputting a report for project pipelines and QA.

Does manual asset auditing leave naming and reference mismatches undetected?

Manual asset auditing is tedious and error-prone, often leading to mismatches between naming conventions, formats, and code references. Automated scanning resolves this by enforcing compliance and detecting missing files reliably.