code-review

Evaluates architecture, standards compliance, and code quality for specified files or directories.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/CarlosQ96/robot-crawler --skill code-review-carlosq96
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/CarlosQ96/robot-crawler/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/CarlosQ96/robot-crawler --skill code-review-carlosq96

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers need reliable, consistent code reviews that evaluate architectural decisions, coding standards, SOLID adherence, testability, and performance, reducing bugs and technical debt.

Core Features & Use Cases

  • Multi‑Phase Review Process: Loads files, checks ADR compliance, validates standards, evaluates architecture and SOLID, and assesses game‑specific concerns.
  • Specialist Parallel Review: Automatically spawns engine specialists and QA testers to provide focused feedback.
  • Actionable Report: Generates a structured review output with findings, suggestions, and a verdict.

Quick Start

Run the code-review skill on the project’s source folder to receive a full review report.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate architecture-aware code reviews for my project?

Automated code reviews evaluate architectural decisions, SOLID adherence, and performance by loading project files and validating them against coding standards. This process generates a structured report containing actionable findings and suggestions.

What does a SOLID principles code review cover?

A SOLID principles code review checks source files for adherence to architecture decisions, coding standards, and testability. It evaluates SOLID compliance alongside performance considerations to reduce technical debt and prevent bugs.

Can I run static analysis on specific directories instead of the whole codebase?

Yes, static analysis and architectural reviews can be performed on specified files or directories. The review focuses on the targeted source folder, loading only the relevant files to validate standards and evaluate testability.

How does a multi-phase code review process work?

A multi-phase code review works by loading files, checking architecture decision records, validating coding standards, and evaluating SOLID principles. It automatically spawns specialist review tasks to provide focused feedback on engine and quality concerns.

Do I need coding standards documentation to perform an architectural code review?

Yes, coding standards documentation is required to perform an architectural code review. The review process needs read access to project files and standards documentation to validate ADR compliance and evaluate code quality accurately.

What is the best way to evaluate testability and performance in a codebase?

The best way to evaluate testability and performance is through a structured code review that applies SOLID principles and architecture decision records. This generates an actionable report with findings, suggestions, and a final verdict.