code-review

Reviews code for correctness, security, performance, readability, and testability.

1|Updated Feb 19, 2026
One-click install
npx skills add https://github.com/neelbauman/claude-skills-repo --skill code-review-neelbauman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/neelbauman/claude-skills-repo/tree/main/claude/skills/code-review
Command: npx skills add https://github.com/neelbauman/claude-skills-repo --skill code-review-neelbauman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill addresses the need for systematic and constructive code reviews, ensuring higher code quality, identifying potential bugs, and promoting best practices.

Core Features & Use Cases

  • Comprehensive Code Analysis: Reviews code for correctness, security vulnerabilities, performance bottlenecks, readability, and testability.
  • Structured Feedback: Provides feedback categorized into Critical, Warning, Suggestion, and Note, with clear explanations and suggested improvements.
  • Use Case: When submitting a Pull Request, use this Skill to perform an initial quality check, flagging any critical issues before human review.

Quick Start

Review the attached code for potential issues and improvements.

Frequently Asked Questions about code-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform a code review on a pull request to check for security and performance issues?

Use a structured code review process that checks correctness, security vulnerabilities, performance bottlenecks, readability, and testability to identify issues before human review.

What is the best way to categorize feedback during a code quality check?

Categorize code review feedback into Critical, Warning, Suggestion, and Note levels to prioritize issues and deliver structured, actionable improvement recommendations.

Can I use this automated code review for refactoring suggestions and best practices?

Yes, you can use code review for refactoring suggestions to promote best practices by systematically analyzing code structure and providing actionable improvement recommendations.

Does this code review process require any specific testing frameworks or dependencies?

No, this code review process requires no specific dependencies or testing frameworks, allowing you to directly analyze code for correctness and testability across any environment.

When should I use automated code analysis instead of manual debugging?

Use automated code analysis when submitting a pull request to perform an initial quality check, flagging critical issues and security vulnerabilities systematically before manual debugging.