---
title: "Multi-Axis Code Review and Quality Gates"
description: "Run a structured pre-merge review across correctness, readability, architecture, security, and performance instead of relying on a shallow spot check."
verification: "listed"
source: "https://github.com/addyosmani/agent-skills/tree/main/skills/code-review-and-quality"
author: "addyosmani"
publisher_type: "individual"
category:
  - "Code Quality & Review"
framework:
  - "Multi-Framework"
---

# Multi-Axis Code Review and Quality Gates

Run a structured pre-merge review across correctness, readability, architecture, security, and performance instead of relying on a shallow spot check.

## Prerequisites

Agent runtime with skill support, repository or PR diff access, tests or validation signals, project conventions

## Installation

Choose whichever fits your setup:

1. Copy this skill folder into your local skills directory.
2. Clone the repo and symlink or copy the skill into your agent workspace.
3. Add the repo as a git submodule if you manage shared skills centrally.
4. Install it through your internal provisioning or packaging workflow.
5. Download the folder directly from GitHub and place it in your skills collection.

Install command or upstream instructions:

```
Copy this skill directory from the upstream repository into your agent's supported skills directory, then invoke it before merge or approval when you want a structured multi-axis review.
```

## Documentation

- https://github.com/addyosmani/agent-skills/tree/main/skills/code-review-and-quality

## Source

- [Agent Skill Exchange](https://agentskillexchange.com/skills/multi-axis-code-review-and-quality-gates/)
