code-review-and-quality

Evaluate code changes against correctness, readability, architecture, security, and performance standards.

7|Updated Apr 10, 2026
One-click install
npx skills add https://github.com/carl10086/ys-powers --skill code-review-and-quality-carl10086
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/carl10086/ys-powers/tree/main/skills/code-review-and-quality
Command: npx skills add https://github.com/carl10086/ys-powers --skill code-review-and-quality-carl10086

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill addresses the inconsistency and oversight common in manual code reviews by enforcing a structured, five-axis quality gate system that ensures every change is evaluated for correctness, readability, architecture, security, and performance before merging.

Core Features & Use Cases

  • Five-Axis Review Framework: Systematically evaluates code against correctness, readability, architecture, security, and performance standards.
  • Change Sizing & Hygiene: Provides strategies for splitting large changes and identifying dead code to maintain a clean, manageable codebase.
  • Use Case: Use this skill when you need to perform a rigorous review of a complex feature implementation or a critical bug fix to ensure it meets project standards and avoids introducing technical debt or vulnerabilities.

Quick Start

Apply the code-review-and-quality skill to evaluate the current changes in the repository against the five-axis review framework.

Frequently Asked Questions about code-review-and-quality

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

FAQPage Schema
How do I perform a comprehensive code review for a pull request?

A comprehensive code review evaluates changes across five axes: correctness, readability, architecture, security, and performance. It applies standardized quality gates to pull requests, feature implementations, and refactoring tasks to ensure maintainability and prevent technical debt before merging.

What is the best way to enforce security hardening and architecture consistency during code review?

The best way to enforce security hardening and architecture consistency is applying a structured five-axis quality gate framework. This systematically evaluates every change against standardized security and architectural criteria before merging to prevent vulnerabilities.

How does the five-axis review framework work for software quality assurance?

The five-axis review framework works by systematically evaluating code against correctness, readability, architecture, security, and performance standards. This structured approach eliminates the oversight common in manual reviews by enforcing standardized quality gates before merging changes.

How do I split large code changes and remove dead code for refactoring tasks?

To split large changes and remove dead code during refactoring tasks, apply change sizing and hygiene strategies. These strategies provide systematic methods for breaking down complex modifications and identifying dead code to maintain a clean, manageable codebase.

Can I use this standardized quality gate system for critical bug fixes?

Yes, you can use this standardized quality gate system for critical bug fixes. It rigorously reviews bug fixes against project standards for security hardening, architectural consistency, and performance optimization to ensure they avoid introducing technical debt or vulnerabilities.