performance-audit

Audit application code for performance bottlenecks and optimization opportunities.

8|4|Updated Feb 7, 2026
One-click install
npx skills add https://github.com/adrien-barret/claude-kit --skill performance-audit-adrien-barret
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-audit
Source: https://github.com/adrien-barret/claude-kit/tree/main/project-template/.claude/skills/performance-audit
Command: npx skills add https://github.com/adrien-barret/claude-kit --skill performance-audit-adrien-barret

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Audit application code for performance issues including N+1 queries, bundle size, caching, lazy loading, and connection pooling.

Core Features & Use Cases

  • Automated performance audit: Detects N+1 queries, large bundle sizes, caching gaps, and lazy-loading inefficiencies.
  • Actionable guidance: Provides concrete recommendations and prioritized fixes with clear locations.
  • Use Case: Imagine a web app with slow API responses and heavy bundles; run this Skill to surface the top hotspots and recommended optimizations.

Quick Start

Run the performance-audit skill against your project to enumerate issues and proposed fixes for the top hotspots.

Frequently Asked Questions about performance-audit

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

FAQPage Schema
How do I find N+1 queries and caching gaps in my codebase?

To find N+1 queries, run an automated performance audit against your application code to detect inefficient query patterns, missing cache layers, and lazy-loading bottlenecks. The audit outputs prioritized findings with severity, category, and specific code locations.

What is a code performance audit and how does it identify optimization opportunities?

A code performance audit systematically analyzes application source code to surface performance bottlenecks like large bundle sizes and connection pooling issues. It identifies optimization opportunities by evaluating the codebase against known inefficient patterns and generating recommended fixes.

Can I audit frontend bundle size and backend connection pooling in the same project?

Yes, you can audit frontend bundle size and backend connection pooling in the same project. The performance audit is applicable to both frontend and backend codebases, categorizing issues like heavy bundles and inefficient connection management with severity levels.

What's the best way to prioritize slow API response fixes in a web application?

The best way to prioritize slow API response fixes is to run a performance audit that surfaces top hotspots. It provides actionable guidance by ranking optimization opportunities with clear severity levels, issue descriptions, and recommended fixes for immediate remediation.

Does the performance audit provide specific code locations for lazy-loading inefficiencies?

Yes, the performance audit provides specific code locations for lazy-loading inefficiencies. For each detected issue, it outputs the exact location, category, severity, the issue itself, and concrete recommended fixes to resolve the bottleneck.