Back to Agent Skills
Security & Quality
Code Review and Quality
by Addy Osmani 78k GitHub stars
Perform a five-axis code review with severity labels covering correctness, design, and maintainability.
#code-review#quality#maintainability#audit
Claude Code Codex
Overview
This skill runs a structured five-axis code review, labeling findings by severity across correctness, design, and maintainability. It gives consistent, prioritized review feedback rather than scattered comments.
What it is good for
- Reviewing a pull request thoroughly
- Prioritizing findings by severity
- Catching correctness and design issues
- Standardizing review quality
Install
Install in Claude Code
# Add the marketplace, then install the skill in Claude Code:
/plugin marketplace add addyosmani/agent-skills
/plugin install code-review-and-quality
# Or install manually into ~/.claude/skills:
git clone https://github.com/addyosmani/agent-skills.git
cp -r agent-skills/code-review-and-quality ~/.claude/skills/code-review-and-quality Explore AI Tools
Discover the best AI tools that complement your skills
Read AI & Design Articles
Tips and trends in the world of design and AI
Related Skills
Security & Quality
Code Simplification
Reduce complexity while preserving behavior — remove dead code, flatten logic, and improve readability.
Claude Code Codex
Security & Quality Security and Hardening
Prevent OWASP-class vulnerabilities and audit dependencies to harden applications against attack.
Claude Code Codex
Security & Quality Trail of Bits Security Skills
Vulnerability scanning, contract auditing, CodeQL/Semgrep analysis, and property-based testing from Trail of Bits.
Claude Code Codex Cursor