code-review-and-quality
How to Install
Claude Code:
git clone --depth 1 https://github.com/addyosmani/agent-skills.git && cp agent-skills/skills/SKILL.md ~/.claude/skills/SKILL.mdCursor:
Copy the SKILL.md content into your .cursorrules fileMulti-dimensional code review with quality gates. Every change gets reviewed before merge — no exceptions. Review covers five axes: correctness, readability, architecture, security, and performance.
Details
| Category | Coding → generation |
| Source | https://github.com/addyosmani/agent-skills/tree/main/skills/code-review-and-quality/SKILL.md |
| Stars | ★ 61.1K |
| Risk Level | Safe |
Related Skills
code-review-and-quality
# Code Review and Quality
## Overview
Multi-dimensional code review with quality gates. Every chan
requesting-code-review
# Requesting Code Review
Dispatch a code reviewer subagent to catch issues before they cascade. The
ci-cd-and-automation
# CI/CD and Automation
## Overview
Automate quality gates so that no change reaches production wit
git-hooks-automation
Master Git hooks setup with Husky, lint-staged, pre-commit framework, and commitlint. Automate code