code-review-and-quality

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

2|1|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/huangzida/skills --skill code-review-and-quality-huangzida
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/huangzida/skills/tree/main/code-review-and-quality
Command: npx skills add https://github.com/huangzida/skills --skill code-review-and-quality-huangzida

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Conducts multi-axis code review to improve code health and prevent suboptimal merges.

Core Features & Use Cases

  • Five-axis evaluation: correctness, readability, architecture, security, and performance.
  • Applies before merging changes from humans or agents to ensure standards and consistency.
  • Provides actionable feedback to guide improvements and maintain code quality.

Quick Start

Request a five-axis code review for your PR to ensure quality before merging.

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 multi-axis code review before merging a pull request?

A multi-axis code review evaluates pull requests across correctness, readability, architecture, security, and performance before merging. It enforces quality standards by providing structured, actionable feedback to guide improvements and prevent suboptimal merges.

Can I use automated code review for changes generated by AI agents?

Yes, automated code review applies to changes written by humans, AI agents, or automated processes. It ensures consistent quality and architectural standards are met before merging agent-generated code into the main branch.

What is the best way to ensure code quality in a CI workflow?

The best way to ensure code quality in a CI workflow is to enforce before-merge reviews that align with existing practices. Evaluating changes across five axes—correctness, readability, architecture, security, and performance—yields actionable feedback directly within the pipeline.

Does structured code review work with existing pull request processes?

Structured code review aligns directly with existing pull request processes and CI workflows. It enforces before-merge evaluations to ensure that any changes from humans or automated processes improve overall code health without disrupting current practices.

Why do I need to check architecture and security separately during code review?

Checking architecture and security separately ensures that structural soundness and vulnerability prevention are both evaluated independently. A multi-axis review assesses these alongside correctness, readability, and performance to yield comprehensive, actionable feedback.