code-review

Assesses code quality and maintainability using a structured two-pass review framework across languages and architectures.

Updated Jan 29, 2026
One-click install
npx skills add https://github.com/radkomih/claude-code-ext --skill code-review-radkomih
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/radkomih/claude-code-ext/tree/main/plugins/code-quality/skills/code-review
Command: npx skills add https://github.com/radkomih/claude-code-ext --skill code-review-radkomih

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Reviews code for quality, security, maintainability, and adherence to Clean Code principles. Use when reviewing code changes, pull requests, or assessing code quality across teams.

Core Features & Use Cases

  • Two-Pass Strategy: conduct a high-level architecture pass followed by a low-level implementation pass.
  • Core Review Areas: Naming quality, function design, code structure, error handling, comments, SOLID principles, testing, and security/performance considerations.
  • Use Cases: PR reviews, code quality audits, onboarding new engineers, and enforcing coding standards across projects.

Quick Start

Review the latest pull request and apply the two-pass code review framework to surface architecture decisions and code quality issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I conduct a structured code review for a pull request?

Conduct a structured code review by applying a two-pass strategy: first perform a high-level architecture pass, then a low-level implementation pass covering naming, SOLID principles, testing, and security to surface maintainability issues.

What is a two-pass code review framework and when should I use it?

A two-pass code review framework assesses software quality by first evaluating architecture decisions, then examining implementation details like error handling and clean code principles. Use it for PR reviews, code audits, and onboarding engineers.

What's the best way to enforce SOLID principles and clean code standards across my projects?

Enforce SOLID principles and clean code standards by applying a structured review framework that checks function design, code structure, and naming quality across pull requests and code changes, ensuring consistent software quality across teams.

Can I use a code review framework to assess code quality across different programming languages and architectures?

Yes, this code review framework applies across languages and architectures. It evaluates maintainability by systematically checking error handling, comments, testing coverage, and security performance considerations regardless of the specific tech stack.

Does structured code review cover security and performance considerations or just formatting and naming?

Structured code review covers security and performance considerations alongside formatting and naming. The framework comprehensively assesses function design, error handling, testing guidelines, and SOLID principles to ensure overall software maintainability.