performance-analyzer

Analyze codebases to identify performance bottlenecks and produce structured issue reports.

2|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/lexicalninja/my-little-scrum-team --skill performance-analyzer-lexicalninja
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-analyzer
Source: https://github.com/lexicalninja/my-little-scrum-team/tree/main/skills/performance-analyzer
Command: npx skills add https://github.com/lexicalninja/my-little-scrum-team --skill performance-analyzer-lexicalninja

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Identifies and documents performance issues in codebases, enabling teams to quickly pinpoint bottlenecks and prioritize optimizations. It targets inefficient algorithms, redundant computations, memory leaks, oversized assets, slow database queries, and missing caching.

Core Features & Use Cases

  • Automated performance analysis of code across languages and architectures.
  • Reports include file path, issue type, current code, suggested optimization, expected improvement, and priority.
  • Use Case: optimize hot paths in web services or data-processing jobs.

Quick Start

Provide the codebase or file path you want analyzed and I will return a structured performance report with actionable optimizations.

Frequently Asked Questions about performance-analyzer

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

FAQPage Schema
How do I identify performance bottlenecks in my codebase?

To identify performance bottlenecks, you provide a file path or codebase for analysis of algorithms, memory usage, and database queries, which generates a structured report of issues with prioritized remediation steps.

What is the best way to optimize slow database queries and memory leaks?

The best way to optimize slow database queries and memory leaks is to analyze the codebase to pinpoint redundant computations and missing caching, producing actionable recommendations for potential optimizations.

Can I analyze code performance across different programming languages and architectures?

Yes, you can analyze code performance across different languages and architectures, applying the analysis to software projects including libraries, services, and data-intensive applications to find inefficiencies.

How do I get a structured performance report for my web service hot paths?

You get a structured performance report for web service hot paths by providing the code for analysis, which outputs a document containing the file path, issue type, current code, suggested optimization, expected improvement, and priority.

What types of performance issues can automated code analysis detect?

Automated code analysis can detect performance issues like inefficient algorithms, redundant computations, memory leaks, oversized assets, slow database queries, and missing caching mechanisms within a software project.

When should I request a code optimization analysis for my data-processing jobs?

You should request a code optimization analysis for data-processing jobs when you need to prioritize fixes for inefficient algorithms or redundant computations, receiving a structured report to guide remediation.