perf

Solid

Performance regression gate. Detects N+1 queries, sync-in-async, missing indexes, memory leaks, and bundle bloat before they reach production.

AI & Automation 76 stars 20 forks Updated 2 weeks ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
63
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# perf ## Purpose Performance regression gate. Analyzes code changes for patterns that cause measurable slowdowns — N+1 queries, sync operations in async handlers, unbounded DB queries, missing indexes, memory leaks, and bundle bloat. Not a profiler — a gate. Finds performance bugs with measurable/estimated impact before production, so developers fix them at the cheapest point in the cycle. ## Triggers - `/rune perf` — manual invocation before commit - Called by `cook` (L1): Phase 5 quality gate - Called by `review` (L2): performance patterns detected in diff - Called by `deploy` (L2): pre-deploy regression check - Called by `audit` (L2): performance health dimension ## Calls (outbound) - `scout` (L2): find hotpath files and identify framework in use - `browser-pilot` (L3): run Lighthouse / Core Web Vitals for frontend projects - `verification` (L3): run benchmark scripts if configured (e.g. `npm run bench`) - `design` (L2): when Lighthouse Accessibility BLOCK — design system may lack a11y foundation ## Called By (inbound) - `cook` (L1): Phase 5 quality gate before PR - `audit` (L2): performance dimension delegation - `review` (L2): performance patterns detected in diff - `deploy` (L2): pre-deploy perf regression check ## References - `references/cost-reference.md` — Cost priority hierarchy, quick wins checklist, instance right-sizing, data transfer traps, serverless optimization, observability cost control, managed vs self-hosted matrix, unit economics tracking. Lo...

Details

Author
Rune-kit
Repository
Rune-kit/rune
Created
3 months ago
Last Updated
2 weeks ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

AI & Automation Listed

perf

Performance regression gate. Detects N+1 queries, sync-in-async, missing indexes, memory leaks, and bundle bloat before they reach production.

5 Updated 1 months ago
LongLeo287
AI & Automation Listed

rust-perf

Detect and fix performance issues in Rust projects using a modern 2026 toolchain. Use when the user asks to "profile rust", "optimize rust binary", "make it faster", "flamegraph", "pgo", "bolt", "find hotspots", "why is this slow", or mentions latency/throughput regressions in Rust code. Adapts to what's already in the repo (hotpath, criterion, custom allocator) before suggesting new tools. Covers CPU sampling, in-process pprof, deterministic benchmarks, heap profiling, causal profiling, and the PGO+BOLT pipeline.

0 Updated 3 days ago
decebal
AI & Automation Listed

perf-hunter

Find and fix the actual bottleneck — not the one you assume. Profiles before optimizing, measures before and after, refuses to "rewrite for perf" without numbers. Covers React/Vue rendering, bundle size, database query plans, N+1 patterns, memory leaks, and Node.js event-loop lag. Use when the user says "make this faster", "why is this slow", "optimize this", "the page is laggy", "the query is slow", or "this endpoint times out".

0 Updated 3 days ago
ashishkumar14
AI & Automation Listed

perf-hunter

Find and fix the actual bottleneck — not the one you assume. Profiles before optimizing, measures before and after, refuses to "rewrite for perf" without numbers. Covers React/Vue rendering, bundle size, database query plans, N+1 patterns, memory leaks, and Node.js event-loop lag. Use when the user says "make this faster", "why is this slow", "optimize this", "the page is laggy", "the query is slow", or "this endpoint times out".

0 Updated 3 days ago
ak-ship
AI & Automation Listed

perf

Performance profiling, benchmarking, regression detection, and optimization. Triggers: "perf", "performance", "benchmark", "profile", "slow", "optimize", "latency", "throughput", "memory leak", "perf regression".

375 Updated today
boshu2