code-review-and-quality

Manage multi-axis code review processes across correctness, readability, security, and performance.

Updated May 25, 2026
One-click install
npx skills add https://github.com/huuhiep0303/s-tools --skill code-review-and-quality-huuhiep0303
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-and-quality
Source: https://github.com/huuhiep0303/s-tools/tree/main/.agents/skills/code-review-and-quality
Command: npx skills add https://github.com/huuhiep0303/s-tools --skill code-review-and-quality-huuhiep0303

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill addresses the challenge of maintaining code quality and consistency across a project, by providing a structured approach to code reviews that covers multiple dimensions.

Core Features & Use Cases

  • Multi-axis Code Review: Covers correctness, readability, architecture, security, and performance.
  • Review Process: Offers a step-by-step guide to conducting a thorough review.
  • Change Descriptions: Provides guidance on creating clear and informative change descriptions.
  • Multi-Model Review Pattern: Utilizes different models for various review perspectives.

Quick Start

Before merging any change, run the code-review-and-quality skill to ensure all code review dimensions are met.

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-axis code review and how does it improve code quality?

A multi-axis code review evaluates submissions across correctness, readability, architecture, security, and performance. This structured approach ensures comprehensive code quality and consistency by systematically checking multiple dimensions before merging changes.

How do I conduct a thorough code review for security and performance?

To conduct a thorough code review, follow a structured step-by-step process that analyzes codebase submissions for security vulnerabilities and performance bottlenecks. This process provides templates and guidance for constructive review comments.

Can I use different models to review code from various perspectives?

Yes, you can use a multi-model review pattern to analyze code from various perspectives. Utilizing different models for distinct review dimensions helps identify specific issues related to security, performance, or architecture more effectively.

What's the best way to write clear change descriptions for code submissions?

The best way to write clear change descriptions is to use provided guidance and templates that summarize code modifications. This ensures informative descriptions that maintain project consistency and communicate intent effectively.

When do I need to run a comprehensive code review process?

You need to run a comprehensive code review process before merging any code change. Ensuring all review dimensions are met prior to merging prevents security flaws, performance issues, and architectural inconsistencies from entering the codebase.