# Code Review and Quality

> Five-axis review pass before a change merges

Source: https://aistack.sh/skill/code-review-and-quality
Real source: https://github.com/addyosmani/agent-skills/tree/main/skills/code-review-and-quality
Author: Addy Osmani
Category: development
Works with: claude-code, cursor, codex, gemini-cli
Last verified: 2026-09-06

Runs a five-axis review (correctness, clarity, consistency, coverage, and risk) before merge, as part of Addy Osmani's Agent Skills lifecycle collection.

## Install

### claude-code

```
npx skills add addyosmani/agent-skills --skill code-review-and-quality
```

Uses the open skills CLI (vercel-labs/skills), which installs into 70+ agents. A native Claude Code marketplace path also exists: /plugin marketplace add addyosmani/agent-skills then /plugin install agent-skills@addy-agent-skills (installs all skills in the collection, not just this one).

---

From aistack.sh. Last verified 2026-09-06.
