A dedicated code reviewer checks your work before you merge changes. It focuses only on the code you built, not your entire session history. This keeps reviews fast and objective. Review early and review often to catch issues before they grow.
You can request a review after each task or before merging to main. The reviewer gets clear context about what you built and what it should do. It returns strengths and issues for you to fix. Critical issues must be fixed right away. Important issues must be fixed before moving on. Minor issues can wait.
This skill helps developers ship better code with less rework. It works well in subagent-driven development, plan execution, or ad-hoc projects. Use it whenever you want a fresh pair of eyes on your code.
Global
mkdir -p ~/.claude/skills/requesting-code-reviewProject
mkdir -p .claude/skills/requesting-code-reviewSource Repository
Web Design Guidelinesvercel-labs/agent-skills
Review your UI code for compliance with web interface guidelines
Improve Codebase Architecturemattpocock/skills
Scan your codebase for architecture improvements with visual reports and pick one to refactor
Zoom Outmattpocock/skills
Get a big picture view of your code with a simple map of modules and callers
Caveman Reviewjuliusbrussee/caveman
Ultra-compressed one-line code review comments that cut noise
Receiving Code Reviewobra/superpowers
Think first, then code. Verify feedback before making changes. Stay objective