review-game

Analyze game codebases for architecture, performance, and code quality.

307|37|Updated Jan 28, 2026
One-click install
npx skills add https://github.com/PlayableIntelligence/game-creator --skill review-game
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-game
Source: https://github.com/PlayableIntelligence/game-creator/tree/main/skills/review-game
Command: npx skills add https://github.com/PlayableIntelligence/game-creator --skill review-game

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill performs a read-only analysis of an existing game codebase, identifying architectural, performance, and code-quality issues without making any changes.

Core Features & Use Cases

  • Architecture review: evaluates the code structure, module boundaries, and use of patterns like EventBus, GameState, constants, and orchestrators.
  • Performance & quality: checks for common bottlenecks, resource management, and maintainability signals to improve long-term stability.
  • Use Case: When a team asks for a formal code review before a major refactor or release, this Skill provides a structured assessment and prioritized recommendations.

Quick Start

Provide the path to your game project to begin a comprehensive read-only review.

Frequently Asked Questions about review-game

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I review my game codebase architecture for quality and performance?

To review game codebase architecture, you can analyze the code, dependencies, and entry points to validate patterns like EventBus, GameState singletons, and orchestrator classes for structural quality and performance bottlenecks.

Can I use this game code review tool with a Three.js or Phaser project?

Yes, this game code review tool works with Three.js, Phaser, and other game engines by analyzing the project directory structure, dependencies, and code entry points to assess architecture and code quality.

What architecture patterns should a game codebase review check for?

A game codebase review should check for a centralized EventBus, a GameState singleton, centralized Constants, an orchestrator Game class, consistent event naming, and robust error handling to ensure maintainability.

Does a read-only game code review modify my existing source files?

No, a read-only game code review does not modify your existing source files. It performs a static analysis of the codebase to identify architectural and performance issues and outputs a structured assessment.

When should I run an architecture quality review on my game project?

You should run an architecture quality review on your game project before a major refactor or release to receive a structured assessment of code structure, module boundaries, and prioritized recommendations.

What is the best way to identify performance bottlenecks in game code?

The best way to identify performance bottlenecks in game code is to run a static analysis that checks for common resource management issues, maintainability signals, and architectural flaws like missing orchestrator classes.