code-review-optimizing

Official

Optimize code for performance and efficiency.

Authorwizeline
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill identifies and helps fix performance bottlenecks, resource inefficiencies, and scalability issues within code, ensuring applications run faster and consume fewer resources.

Core Features & Use Cases

  • Algorithmic Complexity Analysis: Detects inefficient algorithms (e.g., O(n²)).
  • I/O Optimization: Flags N+1 query problems, missing database indexes, and synchronous I/O in async contexts.
  • Resource Management: Identifies potential memory leaks and suggests caching improvements.
  • Concurrency Opportunities: Points out sequential operations that could be parallelized.
  • Use Case: A developer submits a pull request for a critical API endpoint. This Skill analyzes the code and identifies an N+1 query problem that would cause significant latency under load, suggesting an immediate fix.

Quick Start

Use the code-review-optimizing skill to find performance bottlenecks in the file 'api_handler.py'.

Dependency Matrix

Required Modules

None required

Components

scriptsreferences

💻 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-optimizing
Download link: https://github.com/wizeline/sdlc-agents/archive/main.zip#code-review-optimizing

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.