Reviewing your code changes before committing them helps catch bugs and improve quality. This skill runs a thorough check of all local uncommitted changes using multiple expert agents. Each agent looks at a different part of your code to find issues and suggest improvements.
You can tell the review to focus on specific areas like security or performance. You can also set a minimum impact level so only important issues are shown. Results can be output as plain text or JSON for easy use in other tools.
Folders like spec and reports are skipped unless you specifically ask about them. This keeps the review fast and relevant to your actual work.
Global
mkdir -p ~/.claude/skills/review-local-changesProject
mkdir -p .claude/skills/review-local-changesSource 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