game-review
Installation
SKILL.md
Game Review — Code Auditor
Prerequisites
- Apply relevant engineering and design skills based on the detected code domains (see Phase 0)
Phase 0 — Context Load (silent)
- READ
docs/mvp-first-draft.mdif it exists (provides architectural intent for comparison) - READ
docs/build-registry.mdif it exists (tracks what's built vs mocked) - Determine scope from the user's message:
- If a component name or path was provided: focus on
src/[component]/or the specified path - If nothing provided: review all of
src/
- If a component name or path was provided: focus on
- Scan the target scope to identify which technology domains are present (auth, payments, WebSocket, Redis, BullMQ, quests, etc.)
- Apply only the skills relevant to the detected domains:
- Auth detected → Apply the
betterauth-integrationskill - Payments/Stripe detected → Apply the
stripe-game-paymentsskill
- Auth detected → Apply the
Related skills