code-review-pro

Review code for security vulnerabilities, performance bottlenecks, and maintainability issues.

245|39|Updated Oct 22, 2025
One-click install
npx skills add https://github.com/OneWave-AI/claude-skills --skill code-review-pro
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review-pro
Source: https://github.com/OneWave-AI/claude-skills/tree/main/code-review-pro
Command: npx skills add https://github.com/OneWave-AI/claude-skills --skill code-review-pro

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides comprehensive code reviews, identifying security vulnerabilities, performance bottlenecks, and refactoring opportunities. It saves developers time and improves code quality without extensive manual inspection.

Core Features & Use Cases

  • Security Analysis: Detect SQL injection, XSS, authentication issues, secrets in code, and other critical vulnerabilities.
  • Performance Optimization: Identify N+1 queries, inefficient algorithms, memory leaks, and caching opportunities.
  • Code Quality & Maintainability: Check for code duplication, high cyclomatic complexity, unclear naming, and missing error handling.
  • Use Case: A developer needs a quick security audit of a new API endpoint. This Skill reviews the code, flags potential SQL injection vulnerabilities, and suggests parameterized queries as a fix, along with performance improvements.

Quick Start

Example: Review code for security and performance

"Review this Python code snippet for security vulnerabilities and performance bottlenecks: [Python code snippet]"

Frequently Asked Questions about code-review-pro

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

FAQPage Schema
How do I identify security vulnerabilities in my code during review?

Code reviews systematically detect security vulnerabilities like SQL injection, XSS, authentication flaws, and exposed secrets. This Skill analyzes code across languages and frameworks, flags critical vulnerabilities with risk ratings, and provides parameterized query fixes and other actionable remedies to close gaps.

What performance issues can a code review uncover?

Code reviews expose performance bottlenecks including N+1 queries, inefficient algorithms, memory leaks, and missing caching opportunities. This Skill prioritizes findings by impact, explains the root cause, and delivers before-and-after code examples to optimize runtime and resource usage.

Can I review code snippets, repositories, and pull requests with the same tool?

Yes, this Skill performs comprehensive reviews across code snippets, full repositories, and pull requests in any language or framework. It enforces consistent security, performance, and maintainability checks regardless of scope or input format.

How does code review improve maintainability?

Code reviews identify maintainability issues such as duplication, high cyclomatic complexity, unclear naming, and missing error handling. This Skill flags these patterns and suggests refactoring fixes to reduce technical debt and improve readability.

What does a prioritized code review report include?

Review reports deliver risk ratings for each issue, prioritized action items spanning security and performance, and actionable fixes with before-and-after code examples. This structure lets developers address the highest-impact issues first.