code-review

Automate code review by analyzing source code for standards and architecture.

Updated May 16, 2026
One-click install
npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill code-review-seonghuni
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/SeongHuni/LightNShadowSurviver/tree/main/GameStudio/codex/skills/code-review
Command: npx skills add https://github.com/SeongHuni/LightNShadowSurviver --skill code-review-seonghuni

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, python, pypdf, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of code review, ensuring code quality, adherence to architectural standards, and compliance with design decisions.

Core Features & Use Cases

  • Automated Code Review: Performs architectural and quality code review on specified files or directories.
  • Standards Compliance: Checks for coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns.
  • Specialist Reviews: Engages specialists for in-depth reviews of specific areas like engine architecture, UI, and shader code.
  • QA Testability Review: Evaluates testability and acceptance criteria compliance for logic and integration stories.

Quick Start

Run the code-review skill on your source code with the command: /code-review path/to/source-code

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate source code analysis for SOLID principles and architectural patterns?

Automated source code analysis checks your files for adherence to SOLID principles and architectural patterns by reading source files, performing pattern matching, and executing parallel tasks to evaluate design decisions.

What does an automated code review check for in a repository?

Automated code review evaluates coding standard compliance, architectural pattern adherence, SOLID principles, testability, and performance concerns by analyzing specified files or directories within the repository.

Do I need Git and Python to run automated architectural code reviews?

Yes, you need Git for ADR reference lookup and Python with pypdf for external code analysis tasks to run the automated architectural and quality code review process effectively.

Can I review specialized engine architecture, UI, and shader code automatically?

Yes, the automated code review engages specialists for in-depth reviews of specific areas including engine architecture, UI, and shader code to ensure targeted quality assurance.

How do I evaluate testability and acceptance criteria compliance for integration stories?

QA testability review evaluates logic and integration stories by analyzing the source code to verify compliance with defined testability requirements and acceptance criteria.

What is the best way to check source code adherence to design decisions and coding standards?

The best way to check source code adherence is running an automated code review that performs pattern matching and file reading to validate compliance with architectural standards and design decisions.