performance-review

Analyze code for performance bottlenecks across database, memory, rendering, and API interactions.

Updated Feb 27, 2026
One-click install
npx skills add https://github.com/Kimenzo/96000Agents --skill performance-review-kimenzo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-review
Source: https://github.com/Kimenzo/96000Agents/tree/main/templates/template-github-review-agent/workspace/skills/performance-review
Command: npx skills add https://github.com/Kimenzo/96000Agents --skill performance-review-kimenzo

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill helps identify and resolve performance bottlenecks in code, ensuring applications run efficiently and scale effectively.

Core Features & Use Cases

  • Bottleneck Identification: Pinpoints inefficient database queries, memory leaks, rendering issues, and algorithmic complexities.
  • Optimization Guidance: Provides actionable recommendations based on established best practices.
  • Use Case: A developer can use this Skill to analyze a slow-loading feature, receive specific suggestions on optimizing database calls and frontend rendering, and implement the fixes to improve user experience.

Quick Start

Review the attached code file for performance issues using the detailed checklist.

Frequently Asked Questions about performance-review

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

FAQPage Schema
How do I identify performance bottlenecks in my application code?

Analyze code for performance bottlenecks by reviewing database interactions, memory management, frontend rendering, API calls, and algorithmic efficiency to resolve slow-loading features and improve user experience.

What types of performance issues can code optimization analysis detect?

This analysis detects inefficient database queries, memory leaks, frontend rendering issues, and algorithmic complexities, providing severity levels and actionable recommendations based on best practices.

How do I optimize slow database interactions and API calls?

Analyze your code file against a detailed checklist to pinpoint inefficient database interactions and API calls, receiving specific optimization suggestions to improve application efficiency and scalability.

Can this performance review tool handle frontend rendering and memory management issues?

Yes, this performance review tool handles frontend rendering and memory management by analyzing your code for memory leaks and rendering issues, providing severity levels and actionable optimization guidance.

What is the best way to tune algorithmic efficiency and resolve memory leaks?

Analyze your code for algorithmic complexities and memory management issues to receive severity levels and actionable recommendations, ensuring applications run efficiently and scale effectively.