code-review

Review game project code for SOLID principles and ADR compliance.

Updated Apr 15, 2026
One-click install
npx skills add https://github.com/sumilee-pcu/game2026 --skill code-review-sumilee-pcu
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/sumilee-pcu/game2026/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/sumilee-pcu/game2026 --skill code-review-sumilee-pcu

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of maintaining high code quality and architectural integrity in complex game development projects by automating the review process against established standards and design decisions.

Core Features & Use Cases

  • Architectural Compliance: Validates code against ADRs (Architecture Decision Records) to prevent drift and violations.
  • Standards Enforcement: Checks for SOLID principles, cyclomatic complexity, and project-specific coding standards.
  • Specialist Integration: Coordinates parallel reviews from engine, shader, UI, and QA specialists to ensure comprehensive coverage.

Quick Start

Run the code-review skill on the player controller script to identify potential architectural issues and testability gaps.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review for a Godot game project?

Automate code review for a Godot game project by analyzing architectural compliance, validating ADRs, and evaluating SOLID principles to ensure production-ready code quality. This process coordinates parallel reviews from engine, shader, UI, and QA specialists for comprehensive coverage.

What does architectural compliance checking do for game code?

Architectural compliance checking validates game code against Architecture Decision Records to prevent architectural drift and violations. This mechanism ensures that your game project files maintain established design decisions and structural integrity throughout the development lifecycle.

Can I use automated code analysis to check SOLID principles in game development?

Yes, you can use automated code analysis to check SOLID principles in game development. The analysis evaluates your game project files for standards enforcement, checking SOLID principles and cyclomatic complexity to identify potential architectural issues and testability gaps.

How do I run a QA testability analysis on a player controller script?

Run a QA testability analysis on a player controller script by executing an automated code review skill against the file. This coordinates specialist feedback to evaluate engine-specific coding standards, identify architectural issues, and ensure the script meets production-ready quality requirements.

Does this code review tool work with engine-specific coding standards?

Yes, this code review tool works with engine-specific coding standards by evaluating game project files across multiple technical domains. It integrates automated specialist feedback from engine, shader, and UI reviewers to ensure comprehensive architectural and quality compliance.

When do I need ADR compliance validation in game development?

You need ADR compliance validation in game development when maintaining complex architectural integrity against established design decisions. This prevents architectural drift and violations by validating that your code consistently adheres to documented Architecture Decision Records throughout production.