Asset pipeline QA. Checks naming conventions, file formats, performance budgets, style consistency (deviation counting, not quality judgment), and pipeline health. Use when you have game assets to audit — NOT for in-engine visual review (use /game-visual-qa) or architecture review (use /game-eng-review).
$npx -y skills add fagemx/gstack-game --skill asset-reviewInstalls into the current project.
Run `npx skills use "https://github.com/fagemx/gstack-game" --skill "fagemx/gstack-game/asset-review"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/fagemx/gstack-game" that are relevant to the current task. Run `npx skills add "https://github.com/fagemx/gstack-game"` and select the relevant skills, then follow their instructions.