Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

SWE Performance Hunt

Skill Verifiziert Aktiv
Teil von:Swe Skills

Hunts for concrete performance bottlenecks in a scoped repository surface using profiler output, benchmarks, query plans, traces, bundle analysis, or repo evidence, then returns the smallest high-value follow-up experiments or fixes. Use when a user says `find performance bottlenecks`, `why is this slow`, `profile this flow`, `hunt hot paths`, or asks for a recurring performance review. Do NOT use for live incident response, generic observability audits, speculative micro-optimization, or broad architecture rewrites with no bottleneck evidence.

Zweck

To help users find concrete performance bottlenecks in their codebases and generate a ranked list of actionable, low-risk follow-up experiments or fixes.

Funktionen

  • Hunts for performance bottlenecks in scoped repositories
  • Analyzes profiler output, benchmarks, traces, and query plans
  • Identifies high-value follow-up experiments or fixes
  • Distinguishes measured bottlenecks from weak suspicions
  • Ranks findings by user and system impact

Anwendungsfälle

  • Find performance bottlenecks in a service, job, page, or query path
  • Understand why a specific flow is slow
  • Audit recent performance regressions with concrete evidence
  • Rank hot paths before starting optimization work

Nicht-Ziele

  • Live incident response or active outage triage
  • Generic observability coverage audits
  • Speculative micro-optimization with no measured impact
  • Broad architecture rewrites without bottleneck evidence

Workflow

  1. Define the performance surface (scope, metric)
  2. Gather the strongest evidence first (profiler, benchmarks, traces)
  3. Map the critical path (entry points, loops, boundaries)
  4. Separate bottlenecks from suspicion (strong, moderate, weak evidence)
  5. Rank by user and system impact
  6. Propose minimal follow-up work (surface, evidence, cause, next step, validation)
  7. Call out unknowns (missing data, inferred findings)

Installation

/plugin install swe-skills@ckorhonen-swe-skills

Qualitätspunktzahl

Verifiziert
99 /100
Analysiert 1 day ago

Vertrauenssignale

Letzter Commit5 days ago
Sterne1
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Benchmark

100

Performance regression detection using the browse daemon. Establishes baselines for page load times, Core Web Vitals, and resource sizes. Compares before/after on every PR. Tracks performance trends over time. Use when: "performance", "benchmark", "page speed", "lighthouse", "web vitals", "bundle size", "load time". (gstack) Voice triggers (speech-to-text aliases): "speed test", "check performance".

Skill
garrytan

Performance Analysis

100

Comprehensive performance analysis, bottleneck detection, and optimization recommendations for Claude Flow swarms

Skill
ruvnet

MongoDB Connection Optimizer

100

Optimieren Sie die Konfiguration von MongoDB-Clientverbindungen (Pools, Timeouts, Muster) für jede unterstützte Treibersprache. Verwenden Sie diese Fähigkeit, wenn Sie an Funktionen arbeiten/diese aktualisieren/überprüfen, die einen MongoDB-Client instanziieren oder konfigurieren (z. B. beim Aufruf von `connect()`), Verbindungspools konfigurieren, Verbindungsprobleme beheben (ECONNREFUSED, Timeouts, Pool-Erschöpfung), Leistungsprobleme im Zusammenhang mit Verbindungen optimieren. Dies schließt Szenarien wie das Erstellen von serverlosen Funktionen mit MongoDB, das Erstellen von API-Endpunkten, die MongoDB verwenden, die Optimierung von MongoDB-Anwendungen mit hohem Datenverkehr, das Erstellen von langlaufenden Aufgaben und Nebenläufigkeit oder das Debuggen von verbindungsbezogenen Fehlern ein.

Skill
mongodb

Sql Optimization

100

Universal SQL performance optimization assistant for comprehensive query tuning, indexing strategies, and database performance analysis across all SQL databases (MySQL, PostgreSQL, SQL Server, Oracle). Provides execution plan analysis, pagination optimization, batch operations, and performance monitoring guidance.

Skill
github

Core Web Vitals

100

Optimieren Sie Core Web Vitals (LCP, INP, CLS) für eine bessere Seitenerfahrung und ein besseres Suchranking. Verwenden Sie, wenn Sie aufgefordert werden, "Core Web Vitals zu verbessern", "LCP zu beheben", "CLS zu reduzieren", "INP zu optimieren", "Seiten-Erfahrungs-Optimierung" oder "Layout-Verschiebungen zu beheben".

Skill
addyosmani

V3 Performance Engineer

99

Agent skill for v3-performance-engineer - invoke with $agent-v3-performance-engineer

Skill
ruvnet