code-review-and-quality

A reusable review checklist for asking an agent to inspect code quality before merge.

30-Second Summary

This skill turns code review into a repeatable agent workflow.

It tells the agent when to review, which quality axes to inspect, and how to produce actionable findings.

Use it after a feature, bug fix, refactor, or another agent's code change before you merge.

1-Minute Read

What it is

A SKILL.md workflow for reviewing code across correctness, readability, architecture, security, and performance. It gives the agent a clear trigger and a concrete review shape instead of asking for a generic code review.

When to use it

Use it when code has changed and you want an agent to inspect risks before you merge or hand the work to a human reviewer. It fits personal repos, pull requests, and agent-generated changes.

How to test it first

Point your agent at a small pull request with known tests and ask it to run the skill against the diff. Check whether the findings are actionable, grounded in the changed code, and separated by severity.

Watch out

It is not a replacement for specialist security or performance review. Calibrate it with your repo's test command, review bar, and sensitive-code rules before trusting the output.

Original sources

Original source GitHub repo code-review-and-quality SKILL.md Addy Osmani agent-skills repo