perf
SolidPerformance regression gate. Detects N+1 queries, sync-in-async, missing indexes, memory leaks, and bundle bloat before they reach production. Ranks findings by Cost Impact Hierarchy (architecture > data transfer > compute > DB > caching) so fix priority maps to actual unit-cost reduction.
Install
Quality Score: 87/100
Skill Content
Details
- Author
- Rune-kit
- Repository
- Rune-kit/rune
- Created
- 6 months ago
- Last Updated
- 3 weeks ago
- Language
- JavaScript
- License
- MIT
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
perf-review
Performance gates.
perf
Performance optimization skill. Core Web Vitals via Lighthouse, bundle size analysis, metrics tracking over time. Use when: (1) optimizing frontend performance, (2) analyzing bundle size, (3) tracking metrics regression. Triggers: /perf, 'performance audit', 'core web vitals', 'bundle size'.
creo-perf
Full-stack performance optimization with measured proof. Six-layer audit (database, API, edge proxy, client data layer, rendering, browser resources), immutable labeled baselines, deterministic before/after captures via the perf-harness extension (EXPLAIN medians, p50/p95 loops, wire bytes, ETag replay, Lighthouse, Playwright interaction probes, pg_stat_statements discovery), an auto-built dashboard, and a one-concern-per-commit fix loop. /creo perf init scaffolds everything for a project. Trigger keywords: performance, slow page, latency, benchmark, baseline, EXPLAIN, query plan, index, N+1, bundle size, Lighthouse, Core Web Vitals, p95, payload, compression, ETag, profiling.