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 75 stars 20 forks Updated 1 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
1 weeks ago
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category

API & Backend Solid

performance-engineer

Expert performance engineer specializing in system optimization, bottleneck identification, and scalability engineering. Masters performance testing, profiling, and tuning across applications, databases, and infrastructure with focus on achieving optimal response times and resource efficiency.

24 Updated 4 months ago
saeed-vayghan
Testing & QA Featured

golang-benchmark

Golang benchmarking, profiling, and performance measurement. Use when writing, running, or comparing Go benchmarks, profiling hot paths with pprof, interpreting CPU/memory/trace profiles, analyzing results with benchstat, setting up CI benchmark regression detection, or investigating production performance with Prometheus runtime metrics. Also use when the developer needs deep analysis on a specific performance indicator - this skill provides the measurement methodology, while golang-performance provides the optimization patterns.

1,098 Updated 1 months ago
samber
Code & Development Featured

code-review

Perform thorough code reviews with security, performance, and maintainability analysis. Use when user asks to review code, check for bugs, or audit a codebase.

62,572 Updated today
shareAI-lab
Testing & QA Solid

perseus-logic

Business logic, race conditions, and AI security analysis

66 Updated 3 months ago
kaivyy
DevOps & Infrastructure Solid

forge-cost

Audit cloud infrastructure costs and produce a concrete optimization plan with specific changes and estimated savings. Use when asked to "how much is this costing", "reduce cloud spend", "cost optimization", "are we overpaying", "cloud bill", or "budget for this infra".

44 Updated 1 weeks ago
tonone-ai