code-review-pro

Official

Get expert code reviews, instantly.

AuthorOneWave-AI
Version1.0.0
Installs0

System Documentation

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]"

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: code-review-pro
Download link: https://github.com/OneWave-AI/claude-skills/archive/main.zip#code-review-pro

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository