code-review

Review code files against coding standards, SOLID principles, and game development best practices.

23.7k|3.4k|Updated Feb 12, 2026
One-click install
npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill code-review-donchitos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Donchitos/Claude-Code-Game-Studios/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/Donchitos/Claude-Code-Game-Studios --skill code-review-donchitos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining high code quality, consistency, and adherence to architectural standards within a software project, preventing common bugs and technical debt.

Core Features & Use Cases

  • Architectural Review: Ensures code aligns with project-wide architectural patterns and dependency rules.
  • Coding Standards Compliance: Verifies adherence to predefined coding style guides and best practices.
  • SOLID Principles Check: Assesses code against the five SOLID principles for robust object-oriented design.
  • Game Development Specifics: Identifies common pitfalls in game development, such as performance issues in hot paths or frame-rate independence.
  • Use Case: A developer submits a new feature. This skill is run on the new code to ensure it meets all quality gates before merging, catching potential issues early.

Quick Start

Run a code review on the file 'game_logic.py' in the gameplay directory.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform a code review to check SOLID principles and architectural standards?

To perform a code review for SOLID principles and architectural standards, run this skill on target files or directories. It reads project CLAUDE.md to enforce category-specific rules, evaluating method complexity, line count, and dependency injection. This identifies architectural misalignments and ensures robust object-oriented design.

Can I check game development code for performance issues like frame-rate independence?

Yes, you can check game development code for performance issues like frame-rate independence. The review specifically identifies common game development pitfalls, evaluating hot paths for allocations and resource management issues to prevent performance degradation and maintain smooth runtime execution.

What's the best way to automate coding standards compliance before merging a new feature?

The best way to automate coding standards compliance before merging is running a comprehensive review on new feature files. This verifies adherence to predefined style guides and architectural patterns, catching potential technical debt and common bugs early to ensure all code meets quality gates.

How does a code review evaluate method complexity and dependency injection?

A code review evaluates method complexity and dependency injection by reading target files and project configuration documents. It assesses the code against predefined architectural patterns and SOLID principles, identifying issues related to excessive line counts, complex methods, and improper dependency management.

Why does code review fail to catch resource management issues in hot paths?

Code review does not fail to catch resource management issues if configured correctly. It actively identifies common game development pitfalls, specifically targeting performance issues in hot paths and verifying resource management to prevent runtime allocation spikes and technical debt.