audit-performance

Installation
SKILL.md

Performance Audit Skill

Degree of freedom: MIXED — what to optimize [HIGH freedom]; measure-first Sentry/vitals and EXPLAIN [LOW freedom — run exactly].

Audit-and-fix exception. Measure, then optimize. JS payload → audit-bundle-size. Breaking point → test-load. Timeouts/retries → audit-resilience.

How to reason

  1. Observe — quote LCP/INP/CLS, p95, or EXPLAIN / N+1 loop (file:line)
  2. Interpret — is the user waiting on bytes, a query, or main-thread work?
  3. Classify — vital-miss / N+1 / missing-index / bundle / image / re-render
  4. Severity — poor LCP/INP or p95 >> target on a live path = Critical

Worked example

Installs
37
GitHub Stars
9
First Seen
Jun 15, 2026
audit-performance — kensaurus/cursor-kenji