performance-audit

Audit system performance for bottlenecks, regressions, memory leaks, and test costs.

3|1|Updated Jan 15, 2026
One-click install
npx skills add https://github.com/Ilenburg1993/chatgpt-docker-puppeteer --skill performance-audit-ilenburg1993
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-audit
Source: https://github.com/Ilenburg1993/chatgpt-docker-puppeteer/tree/main/.github/skills/performance-audit
Command: npx skills add https://github.com/Ilenburg1993/chatgpt-docker-puppeteer --skill performance-audit-ilenburg1993

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and assets (resource) and agents (resource) components.

What problem does it solve?

This Skill addresses performance issues within a system by auditing for bottlenecks, regressions, memory leaks, and the operational cost of tests, providing detailed insights into performance metrics.

Core Features & Use Cases

  • Performance Bottleneck Identification: Pinpoints areas of the system causing slowdowns.
  • Regression Detection: Identifies performance degradations over time.
  • Memory Leak Analysis: Detects and analyzes memory usage issues.
  • Test Cost Evaluation: Assesses the performance impact of testing procedures.
  • Use Case: When a feature deployment causes a noticeable increase in response times, this Skill can be used to diagnose whether the issue stems from CPU load, memory bloat, or inefficient I/O operations.

Quick Start

Run the performance audit and analyze the performance execution score and associated findings.

Frequently Asked Questions about performance-audit

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

FAQPage Schema
How do I identify system performance bottlenecks and memory leaks?

Identify performance bottlenecks and memory leaks by running a comprehensive audit that analyzes CPU, memory, I/O, cache, event loop, and operational costs using a performance collector to pinpoint system slowdowns and memory bloat.

What is the best way to detect performance regressions after a feature deployment?

Detecting performance regressions involves auditing system metrics over time to identify degradations, formulating hypotheses, reproducing measurements, and proposing corrections to diagnose whether CPU load or inefficient I/O operations caused the slowdown.

How do I evaluate the operational cost and performance impact of my testing procedures?

Evaluate the operational cost of tests by running a performance audit that assesses the performance impact of your testing procedures, analyzing execution scores and associated findings to measure test efficiency and resource consumption.

Can I use a performance audit to analyze event loop delays and cache inefficiencies?

Yes, you can use a performance audit to analyze event loop delays and cache inefficiencies by examining CPU, memory, I/O, cache, event loop, and operational costs to pinpoint areas causing system slowdowns.

Do I need external dependencies to reproduce performance measurements and propose corrections?

No external dependencies are required; the performance audit facilitates hypothesis formulation, measurement reproduction, and correction proposals using its internal performance collector, scripts, references, assets, and agents.

When should I run a performance audit to diagnose increased response times?

Run a performance audit when a feature deployment causes a noticeable increase in response times, allowing you to diagnose whether the issue stems from CPU load, memory bloat, or inefficient I/O operations.