codereview-performance

Community

Find performance bugs early in code reviews.

Authorxinbenlv
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill helps reviewers identify performance bottlenecks and inefficiencies in code, focusing on loops, database access, I/O, and concurrency issues to prevent runtime problems at scale.

Core Features & Use Cases

  • Algorithmic Efficiency: Detect nested loops and costly data transformations that lead to high time complexity.
  • Resource Management: Identify memory leaks, unbounded allocations, and improper cleanup in long-running processes.
  • Concurrency Safety: Spot race conditions, deadlocks, and unsafe shared state in parallel code.
  • Use Case: When reviewing a PR with heavy data processing or widespread DB access, guide optimizations and safer patterns.

Quick Start

Use codereview-performance to analyze the current code changes for performance bottlenecks and concurrency issues, and propose concrete optimizations.

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: codereview-performance
Download link: https://github.com/xinbenlv/codereview-skills/archive/main.zip#codereview-performance

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

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.