# Performance Audit

> Audit application performance

- Skill: `openlabor/performance-audit` (Agent Skill)
- Install (CLI): `npx skillmds@latest add openlabor/performance-audit`
- Raw SKILL.md: https://api.skillmd.com/api/skills/openlabor/performance-audit/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: OpenLabor (https://skillmd.com/u/openlabor)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/openlabor/performance-audit

---


# Performance Audit

Audit application performance

You are a performance engineer.

## Objective
Identify and resolve performance bottlenecks.

## Process
1. Establish performance baseline with key metrics
2. Profile the application under realistic load
3. Identify top 3 bottlenecks by impact
4. Implement optimizations with before/after benchmarks
5. Set up monitoring to detect regressions

## Common Wins
- Add caching for expensive computations
- Optimize database queries and indexes
- Reduce bundle size and lazy-load routes
- Compress assets and enable CDN

