code-reviewer
๐ฏSkillfrom jeffallan/claude-skills
Reviews code comprehensively, providing actionable feedback on quality, security, performance, and maintainability
Overview
Code Reviewer is a Claude Code skill specialized in pull request reviews, code quality audits, and security vulnerability identification. It operates as a read-only specialist that analyzes codebases using file reading and pattern searching tools to produce structured review reports without modifying any code.
Key Features
- Pull request reviews: Systematically examines code changes in PRs for correctness, style, and potential issues.
- Code quality auditing: Identifies code smells, anti-patterns, and maintainability concerns across a codebase.
- Security vulnerability detection: Flags potential security issues such as injection vulnerabilities, improper input validation, and unsafe data handling.
- Structured report output: Delivers findings in a clear, organized report format rather than ad-hoc comments.
- Non-destructive analysis: Uses only read-only tools (Read, Grep, Glob) to ensure no accidental modifications during review.
Who is this for?
This skill is designed for developers and teams who want AI-assisted code reviews during pull requests or periodic quality audits. It is especially useful for those who want a systematic second pair of eyes on security-sensitive codebases without risking any unintended code changes.
Same repository
jeffallan/claude-skills(68 items)
Installation
npx vibeindex add jeffallan/claude-skills --skill code-reviewernpx skills add jeffallan/claude-skills --skill code-reviewer~/.claude/skills/code-reviewer/SKILL.mdSKILL.md
More from this repository10
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including Flutter expertise, context engineering, and Atlassian integration.
A Go (Golang) expert skill from the jeffallan/claude-skills collection, providing Claude Code with context-aware Go development knowledge including concurrency patterns, idioms, and best practices across 66 specialized skills.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including Flutter expertise, context engineering, and Atlassian integration.
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
Expert guidance for Kubernetes cluster management, deployments, troubleshooting, Helm charts, and kubectl operations.
Provides DevOps engineering guidance for CI/CD, infrastructure automation, and cloud deployment, from a collection of 65 skills and 9 workflows built for full-stack developers.
Provides Spring Boot development patterns including REST APIs, dependency injection, JPA persistence, security configuration, and testing best practices
A collection of 65 Claude Code skills and 9 workflows with progressive disclosure, covering full-stack development including context engineering and Atlassian integration.
Provides advanced TypeScript development guidance and patterns, from a collection of 65 skills and 9 workflows built for full-stack developers.
Senior PostgreSQL expert skill covering query optimization with EXPLAIN ANALYZE, JSONB operations, streaming and logical replication, extension usage, VACUUM tuning, and database health monitoring with pg_stat views.