asset-audit

Audit asset directories for compliance and generate a read-only report.

3|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill asset-audit-negentropy-laby
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: asset-audit
Source: https://github.com/Negentropy-Laby/Constitution-Driven-Development/tree/main/.agents/skills/asset-audit
Command: npx skills add https://github.com/Negentropy-Laby/Constitution-Driven-Development --skill asset-audit-negentropy-laby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audits artifacts for compliance across game and product pipelines, ensuring naming conventions, budgets, formats, and release artifacts are aligned with standards.

Core Features & Use Cases

  • Audits asset directories (art, audio, VFX, docs) for naming, format, budget, and pipeline readiness.
  • Detects orphaned and missing assets by cross-referencing code references and asset manifests.
  • Generates a read-only Asset Audit Report outlining compliance status and recommendations for remediation.

Quick Start

Invoke the asset-audit to scan project artifacts and generate 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 audit game assets for naming conventions and budget compliance?▼

You audit game assets for naming and budget compliance by scanning artifact directories to verify formats and pipeline readiness against established standards. This process cross-references code references and asset manifests to detect orphaned or missing files.

What is an asset audit report and how does it help with release governance?▼

An asset audit report is a read-only compliance document outlining whether product artifacts meet naming, format, and budget standards. It provides non-destructive remediation recommendations to ensure release readiness for governance.

How do I detect orphaned or missing assets in a product pipeline?▼

You detect orphaned or missing assets by performing deterministic scans that cross-reference code references with asset manifests. This identifies files lacking dependencies or required assets that are absent from the pipeline.

Does the asset audit process modify or delete my non-compliant files?▼

No, the asset audit process is strictly read-only and non-destructive. It relies on deterministic scans to evaluate your artifacts and emits recommendations for remediation without modifying or deleting any files.

Can I use this asset audit to check documentation and design concept directories?▼

Yes, you can audit documentation and design concept directories. The process supports scanning design, game-concept, product-concept, and artifact directories to ensure all release documentation meets compliance standards.