This code review skill helps you find hidden problems in your code. It looks for security holes, slow performance, and sloppy coding habits. Anyone who writes code can use it to make their work safer and faster.
The reviewer checks each line with a clear order of importance. It first spots critical security issues like SQL injection. Then it finds performance bottlenecks and logic errors. Finally it suggests ways to make the code easier to read and maintain.
You get a clear report with each problem explained and a suggested fix. This tool is perfect for checking pull requests before they go live. It helps your team ship better software with less risk.
Global
mkdir -p ~/.claude/skills/code-reviewerProject
mkdir -p .claude/skills/code-reviewerSource Repository
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Codebase Designmattpocock/skills
Create deep modules with tiny interfaces and lots of hidden logic for testability
Requesting Code Reviewobra/superpowers
Catch code issues early with focused automated reviews before every merge
Request Refactor Planmattpocock/skills
Plan safe code refactors with tiny commits and clear GitHub issues
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective