A code reviewer helps you look over your code changes and pull requests. It checks for quality, security, and best practices. This tool gives you clear feedback so you can fix issues before merging.
It looks at correctness, performance, and maintainability. It also checks for hardcoded secrets, SQL injection, and other security risks. The review covers testing and documentation too.
After the review, you get a structured report with issues sorted by severity. It tells you what to fix first and what is done well. This makes code reviews faster and more thorough.
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