·code-review-pro
</>

code-review-pro

onewave-ai/claude-skills

Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis.

819Installs·165Trend·@onewave-ai

Installation

$npx skills add https://github.com/onewave-ai/claude-skills --skill code-review-pro

SKILL.md

Deep code analysis covering security, performance, maintainability, and best practices.

const query = SELECT FROM users WHERE email = '${userEmail}';

const query = 'SELECT FROM users WHERE email = ?'; db.query(query, [userEmail]);

Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis. Source: onewave-ai/claude-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/onewave-ai/claude-skills --skill code-review-pro
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is code-review-pro?

Comprehensive code review covering security vulnerabilities, performance bottlenecks, best practices, and refactoring opportunities. Use when user requests code review, security audit, or performance analysis. Source: onewave-ai/claude-skills.

How do I install code-review-pro?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/onewave-ai/claude-skills --skill code-review-pro Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/onewave-ai/claude-skills