Game Content Audit

Use to audit the content and data of an educational ("สื่อการเรียนรู้") browser game BEFORE shipping or after changing the engine. Two targets: (1) the HTML/JS question-generator code — reviewed by reading it for coverage, difficulty spread, and especially answer-correctness; and (2) data files — a sample of generated questions and the player-stat table (e.g. exported from Google Sheet) — checked mechanically by the bundled Python script (scripts/audit_game_content.py, stdlib only, no node). This skill is READ-ONLY: it produces a PASS / CONCERNS / FAIL report and never edits game files. Anything it cannot verify it flags as MANUAL CHECK NEEDED rather than assuming pass.

zenithjuno Updated

File contents

zenithjuno/codex-skills/tree/main/game-content-audit commit 74639d99e1

Frequently asked questions

npx skillmds@latest add zenithjuno/game-content-audit