code-review-and-quality

Evaluate code changes across correctness, readability, architecture, security, and performance.

23|6|Updated May 9, 2026
One-click install
npx skills add https://github.com/vinvcn/addyosmani-agent-skills-zh --skill code-review-and-quality-vinvcn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/vinvcn/addyosmani-agent-skills-zh/tree/main/skills/code-review-and-quality
Command: npx skills add https://github.com/vinvcn/addyosmani-agent-skills-zh --skill code-review-and-quality-vinvcn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the lack of consistency and rigor in code reviews by providing a structured, multi-dimensional framework that ensures every code change is evaluated for correctness, readability, architecture, security, and performance before merging.

Core Features & Use Cases

  • Five-Axis Review: Systematically evaluates code across correctness, readability, architecture, security, and performance.
  • Quality Gate Enforcement: Provides clear criteria for approval and standardized feedback levels to prevent technical debt and ensure code health.
  • Use Case: Use this skill when preparing a pull request to ensure your implementation meets project standards, handles edge cases, and is free of security vulnerabilities or performance bottlenecks.

Quick Start

Invoke the code-review-and-quality skill to perform a comprehensive audit of the current changes against the project's five-axis quality standards.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
What is a multi-dimensional code review?

A multi-dimensional code review evaluates code changes across correctness, readability, architecture, security, and performance axes to ensure software quality and maintainability before merging.

How do I perform a pre-merge verification for a pull request?

To perform pre-merge verification, audit the current pull request changes against project-specific coding conventions, checking for architectural consistency, vulnerability mitigation, and performance bottlenecks.

What's the best way to enforce code quality gates during refactoring?

Enforce code quality gates during refactoring by applying standardized feedback levels and strict approval criteria to prevent technical debt and ensure long-term code health.

Does this code review framework support project-specific coding conventions?

Yes, the code review framework satisfies requirements for consistent architectural patterns and adherence to project-specific coding conventions across pull request evaluations and refactoring tasks.

When do I need a multi-axis code review for production?

You need a multi-axis code review for production when preparing a pull request to ensure your implementation handles edge cases and is free of security vulnerabilities or performance bottlenecks.