What problem does it solve? Project Zomboid mod changes often pass local syntax checks yet fail at runtime due to B42 packaging mistakes, Kahlua/Java API mismatches, live-install drift, or save-data corruption. This Skill provides a structured review gate that catches those failures before closeout. ## Core Features & Use Cases - Baseline Review Gate: Inspects git diffs, mod.info version folders, live-install symlinks, and console logs for error families before approving changes. - Domain-Specific Probes: Audits loot distribution paths, Lua/Kahlua Java bridge calls, modData persistence, timed actions, economy flows, world entities, and script/recipe compatibility. - Severity-Ranked Findings: Reports Critical/High/Medium/Low findings with file paths, evidence, and required fixes, blocking closeout on unresolved high-severity issues. - Use Case: After fixing a loot-spawning bug in a B42.20 mod, run this review to verify the fix works across ProceduralDistributions, EasyDistro calls, and the live install symlink before declaring the task done. ## Quick Start Use the zomboid-review skill to audit my recent Project Zomboid mod changes before closeout.