code-review

Review Godot source files for architectural, quality, testability, and performance problems.

47|12|Updated Jun 14, 2026
One-click install
npx skills add https://github.com/nuoyanruoshui/GodotGameFramework --skill code-review-nuoyanruoshui
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/nuoyanruoshui/GodotGameFramework/tree/main/Godot/.claude/skills/code-review
Command: npx skills add https://github.com/nuoyanruoshui/GodotGameFramework --skill code-review-nuoyanruoshui

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a structured, read-only review of code to identify quality issues, architectural violations, standards gaps, testability problems, and game-specific risks before implementation is approved.

Core Features & Use Cases

  • Standards Analysis: Evaluates documentation, complexity, dependency management, configuration, and interface practices.
  • Architecture and SOLID Review: Checks dependency direction, layer separation, modularity, and object-oriented design principles.
  • Game-Specific Validation: Reviews frame-rate independence, hot-path allocations, state handling, thread safety, and resource cleanup.
  • Specialist Coordination: Delegates applicable engine, language, shader, UI, and QA testability reviews in parallel.
  • Use Case: Review a Godot C# gameplay system and its associated story to identify blocking architectural violations, missing test seams, and deviations from referenced ADRs.

Quick Start

Use the code-review skill to review the specified file or directory and report findings using the required review format.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I check Godot game code for architectural and SOLID principle violations before approval?

A Godot code review identifies architectural violations, quality issues, and testability gaps in engine, gameplay, AI, networking, and UI code. It performs read-only repository analysis against project standards and ADR context to block risky implementations before approval.

Can I use a code review to find frame-rate independence and hot-path allocation issues in Godot?

Yes, game-specific validation checks frame-rate independence, hot-path allocations, state handling, thread safety, and resource cleanup. The review applies these performance and architectural checks to Godot engine and gameplay code to identify risks before they reach production.

What is the best way to assess testability and QA standards in a game engine project?

Assessing testability requires evaluating missing test seams and QA standards gaps across source files. This skill coordinates specialist QA testability assessments in parallel, identifying missing seams and outputting required changes for improved test coverage.

Does this code review approach work with C# gameplay systems and associated story context?

Yes, the review process applies to Godot C# gameplay systems and accepts optional story and ADR context. It evaluates the specified files against architectural rules and project standards to output a structured verdict with required changes and suggestions.

How do I enforce project standards and architecture rules during a Godot code review?

Enforcing project standards involves checking documentation, complexity, dependency management, and interface practices alongside architecture and SOLID principles. The review outputs a structured verdict detailing required changes and suggestions based on referenced ADRs.