AI AGENT ADDONS

Code Review And Quality

addyosmani/agent-skills

Every code change gets checked before it joins the main branch. This review looks at five important areas: correctness, readability, architecture, security, and performance. The goal is to make the codebase better over time, not to demand perfection.

You should approve a change if it clearly improves overall code health. Even if it is not perfect, that is fine. Do not block a change just because you would have written it differently. Focus on whether the change follows project rules and makes the code stronger.

Use this review before merging any pull request or after finishing a feature. It works for code written by you, another person, or an AI agent. The review checks for errors, confusing names, broken patterns, security holes, and slow performance.

Add Code Review And Quality skill to your workflow

Global

mkdir -p ~/.claude/skills/code-review-and-quality

Project

mkdir -p .claude/skills/code-review-and-quality

Source Repository

Stars
67,574
Forks
7,328
Watchers
67,574
License
MIT
Last Push
23 days ago
Created
5 months ago