Automated code review helps developers catch issues early. It works with TypeScript, JavaScript, Python, Swift, Kotlin, and Go. The tool scans for security problems and checks best practices. It also creates review checklists. Use it when reviewing pull requests or giving code feedback. It makes sure your code meets quality standards.
The skill includes three automated scripts. One analyzes pull requests, one checks code quality, and one generates review reports. These scripts help you find issues quickly and apply best practices.
Using these tools, you can enforce consistent code standards across your team. It saves time and reduces mistakes. It is ideal for developers who want to improve code quality.
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