code-review

Analyze code for security, performance, correctness, and maintainability issues.

145|36|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/w95/awesome-claude-corporate-skills --skill code-review-w95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/w95/awesome-claude-corporate-skills/tree/main/08-it-engineering/code-review
Command: npx skills add https://github.com/w95/awesome-claude-corporate-skills --skill code-review-w95

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for thorough code analysis to identify and rectify bugs, security vulnerabilities, performance bottlenecks, and maintainability issues before they impact production.

Core Features & Use Cases

  • Comprehensive Analysis: Evaluates code across security, performance, correctness, and maintainability dimensions.
  • Actionable Feedback: Provides specific, prioritized findings with file and line number references.
  • Use Case: A developer submits a pull request. The code-review skill is triggered to analyze the changes, flagging a potential SQL injection vulnerability and suggesting a more efficient database query.

Quick Start

Review the provided code snippet for security and performance issues.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I find security vulnerabilities and performance issues in my code?

Analyze code diffs, pull requests, files, or pasted snippets to detect security vulnerabilities, performance inefficiencies, and correctness flaws. It examines logic, data handling, and resource management to provide prioritized, actionable feedback.

Can I review pasted code snippets for bugs and maintainability concerns?

Yes, you can analyze pasted code snippets across various programming languages. The review examines logic, data handling, and resource management to identify correctness flaws, maintainability concerns, and security vulnerabilities.

Does the code review process work with pull requests and file diffs?

Yes, the code review process works with pull requests and file diffs. It evaluates changes by examining logic, data handling, and resource management to ensure quality and robustness before production impact.

What is the best way to analyze a pull request for SQL injection vulnerabilities?

The best way to analyze a pull request for SQL injection vulnerabilities is to examine the data handling and logic in the code changes. This identifies potential security flaws and suggests more secure query implementations.

How do I get actionable feedback on my code's performance bottlenecks?

To get actionable feedback on performance bottlenecks, analyze your code for inefficiencies in resource management and data handling. The output provides specific, prioritized findings with file and line number references.

What programming languages are supported for maintainability analysis?

Maintainability analysis is applicable to pasted snippets and files in various programming languages. The examination focuses on universal logic, data handling, and resource management rather than language-specific syntax.