code-review

Review source files for architecture, SOLID, ADR, and performance compliance.

14|1|Updated Apr 12, 2026
One-click install
npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill code-review-euraika-labs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Euraika-Labs/Codex-Code-Game-Studios/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/Euraika-Labs/Codex-Code-Game-Studios --skill code-review-euraika-labs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manual code reviews are time‑consuming, inconsistent, and often miss architectural or performance issues, leading to technical debt and delayed releases.

Core Features & Use Cases

  • Standard Compliance: Checks coding standards, cyclomatic complexity, line limits, and dependency injection.
  • Architecture & SOLID Evaluation: Verifies proper dependency direction, circular dependency avoidance, and adherence to SOLID principles.
  • ADR Alignment & Game‑Specific Checks: Ensures decisions match recorded ADRs and validates frame‑rate independence, hot‑path allocations, and resource cleanup.
  • Parallel Specialist Reviews: Spawns engine specialists and QA testers to provide focused feedback on language, shaders, UI, and testability.

Quick Start

Invoke the code-review skill by specifying the file or directory you wish to evaluate.

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 reviews for SOLID principles and architecture standards?

Automated code reviews for SOLID principles evaluate source files to detect violations, verify dependency direction, and check cyclomatic complexity. They report findings without modifying any files.

What is architectural code review and how does it handle circular dependencies?

Architectural code review examines software structure to ensure proper dependency direction and avoid circular dependencies. It validates compliance with SOLID principles, coding standards, and architectural decision records.

Can I run static analysis and code reviews on game engine source files?

Yes, static analysis and code reviews apply to game engine source files. They validate game-specific performance considerations like frame-rate independence, hot-path allocations, and resource cleanup alongside standard architectural checks.

How do I review code for ADR alignment and coding standards compliance?

Reviewing code for ADR alignment and coding standards compliance involves analyzing source files to ensure decisions match recorded ADRs. The process checks line limits, cyclomatic complexity, and dependency injection rules.

What is the best way to check game code for hot-path allocations and frame-rate independence?

The best way to check game code for hot-path allocations and frame-rate independence is through specialized architectural code review. It spawns parallel engine specialists to provide focused feedback on performance and resource cleanup.

Does the code review process modify my source files during static analysis?

No, the code review process does not modify source files during static analysis. It analyzes code structure, detects violations across multiple dimensions, and reports findings to ensure technical debt is identified safely.