code-review

Performs architectural and quality reviews of code and design files for standards compliance.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill code-review-brand6
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/brand6/Claude-Code-Game-Studios-zh-auto/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/brand6/Claude-Code-Game-Studios-zh-auto --skill code-review-brand6

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill performs architectural and quality reviews on code and design artifacts to ensure compliance with standards, readability, and maintainability.

Core Features & Use Cases

  • Architectural assessment of file sets and modules for alignment with architectural goals.
  • Quality review focusing on coding standards, SOLID principles, testability, and performance considerations.
  • ADR/documentation-oriented checks to ensure traceability and clarity across the codebase.

Quick Start

Provide the path to the target files and run the skill to initiate a comprehensive architectural and quality review.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I perform an architectural code review to ensure SOLID principles and coding standards compliance?

An architectural code review assesses file sets and modules for alignment with architectural goals, checking SOLID adherence, documentation, dependencies, and coding standards. It supports developers, architects, and QA by enforcing design-quality gates across codebases and change sets.

What does static analysis for code quality assurance check in a codebase?

Static analysis for quality assurance checks codebases for readability, maintainability, testability, and performance considerations. It verifies compliance with coding standards and ensures traceability through ADR and documentation-oriented checks across modules and change sets.

Can I use architectural code review on specific change sets and modules?

Yes, architectural code review applies to codebases, modules, and change sets. You provide the path to the target files, and the review performs comprehensive quality and architectural assessment to ensure compliance with your standards.

What's the best way to enforce design-quality gates and check dependencies in a codebase?

The best way to enforce design-quality gates is running an architectural review that checks dependencies, SOLID adherence, and documentation traceability. This ensures your codebase maintains compliance with established coding standards and architectural goals.

When do I need architectural and quality reviews for my code?

You need architectural and quality reviews when ensuring compliance, readability, and maintainability across your codebase. Reviews are essential for enforcing SOLID principles, checking dependencies, and validating ADR documentation traceability during development.