Claude Skills
CollectionsCompareWorkflowsNominate
Sign inSign up
© 2026 Curated Agent Skills·Learn more about Agent Skills
All workflows
Expert workflow guide

Best agent skills for code review

Review agent changes against intent, repository standards, and production quality risks.

How to choose

Matt separates standards and specification fidelity so one concern does not hide the other. Addy expands the review surface to maintainability, tests, security, performance, and simplification.

01

Code Review

Matt Pocock
Review

Reviews a diff independently against repository standards and the originating specification.

Source
02

Codebase Design

Matt Pocock
Architecture

Designs deep modules with small interfaces, clean seams, and testable behavior.

Our take: Codebase Design gives agents a compact architectural vocabulary centered on deep modules, narrow interfaces, locality, and testable seams. It improves design conversations without pretending that a generic architecture pattern fits every repository.

Review Source
03

Code Review and Quality

Addy Osmani
Review

Reviews changes across correctness, maintainability, testing, security, and performance.

Our take: A broad pre-merge review that treats correctness as only one axis. Its value is the systematic inclusion of maintainability, test quality, security, and performance before a change enters main.

Review Source
04

Code Simplification

Addy Osmani
Review

Reduces accidental complexity without changing externally visible behavior.

Source
05

Doubt-Driven Development

Addy Osmani
Quality

Subjects non-trivial decisions to adversarial fresh-context review before they stand.

Source