code-review

Automate architectural and quality code reviews against standards and design principles.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/thilthpc01208/Codex-Game-Studios --skill code-review-thilthpc01208
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/thilthpc01208/Codex-Game-Studios/tree/main/.codex/skills/code-review
Command: npx skills add https://github.com/thilthpc01208/Codex-Game-Studios --skill code-review-thilthpc01208

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams ensure code quality and architectural integrity by performing automated reviews across files, catching standards and design issues early.

Core Features & Use Cases

  • Architectural and quality review of code via automated checks against coding standards, architectural patterns, and SOLID principles
  • Early detection of design flaws, code smells, and maintainability risks
  • Use Case: When reviewing a new module or a changed file, run this skill to surface architectural violations and guidance before integration

Quick Start

Review the target codebase files for architectural quality and coding standards.

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 architectural patterns?

Automate code reviews for SOLID principles by scanning target files, directories, or entire codebases against configurable rules to identify architectural pattern violations. The skill evaluates code to detect design flaws and maintainability risks before integration.

How do I check my codebase for coding standard conformance and testability gaps?

Check coding standard conformance and testability gaps by running automated checks across your codebase. The skill evaluates target files against predefined standards to surface maintainability risks and testability issues early.

Can I review an entire codebase for performance concerns and code smells?

You can review entire codebases for performance concerns and code smells. The skill scans projects of varying sizes, evaluating individual files or directories to identify performance issues and architectural violations.

What is the best way to detect architectural violations before integrating a new module?

The best way to detect architectural violations before integration is running an automated review on the changed files. This surfaces design flaws, coding standard deviations, and SOLID principle breaches early in the development cycle.

Does automated static analysis work for identifying maintainability risks in software projects?

Automated static analysis works for identifying maintainability risks by evaluating code against architectural patterns and coding standards. It implements checks for design flaws and testability assessments to ensure code quality.