performance-profile-triage
Use when investigating slowness with baselines, profiler evidence, and ranked bottlenecks. Triggers:
What this skill does
# Profiling Software Performance Use this skill to make performance work empirical. The goal is to identify the constraint that matters, change only what the evidence supports, and prove the result against a comparable baseline. ## Required Inputs - A target workload or user-visible operation. - A measurable objective, such as latency percentile, throughput, memory, allocation rate, startup time, build time, or CPU time. - The command, scenario, fixture, request, trace, benchmark, or reproduction path that exercises the workload. - Relevant constraints: hardware, environment, data size, concurrency, external services, caching state, and acceptable tradeoffs. If the user gives only a vague symptom, first turn it into a measurable workload and say what will be measured. ## Workflow 1. Define the performance question. - Name the operation under test. - State the metric and unit. - Record environment details that can change results. - Separate correctness bugs from performance symptoms before optimizing. 2. Capture a baseline. - Run the smallest realistic workload that reproduces the cost. - Use multiple samples when variance is expected. - Preserve raw command output, benchmark output, trace IDs, or profiler artifacts. - Do not treat one uninstrumented timing as enough evidence unless no better measurement path exists. 3. Choose instrumentation that matches the suspected resource. - CPU-bound: CPU profiles, flamegraphs, sampling profilers, benchmark attribution, or trace spans. - Memory-bound: allocation profiles, heap snapshots, retained-object analysis, or GC telemetry. - IO-bound: query plans, request traces, syscall summaries, storage metrics, network timing, or cache hit rates. - Contention-bound: lock profiles, goroutine or thread dumps, scheduler traces, queue metrics, or blocking profiles. - Frontend-bound: browser performance traces, long task analysis, bundle size, network waterfalls, layout and paint timing. 4. Rank bottlenecks. - Sort findings by measured contribution to the target metric. - Prefer cumulative impact over surprising implementation details. - Mark each candidate as confirmed, plausible, or ruled out. - Include the evidence that supports the ranking. 5. Select the narrowest fix. - Change the hot path rather than adjacent code. - Preserve behavior before changing algorithms, caching, concurrency, batching, or IO shape. - Document tradeoffs such as memory growth, stale data, startup cost, precision loss, or operational complexity. - Avoid broad refactors unless the profile shows they are needed. 6. Verify the result. - Re-run the same workload and compare to the baseline. - Run relevant correctness tests. - Check for regressions in secondary metrics, especially memory, error rate, output quality, and concurrency behavior. - If results are noisy, report the range and whether the change is still defensible. ## Output Format Return a concise performance report: - Workload: what was measured and how. - Baseline: metric values and evidence location. - Evidence: profiler, trace, benchmark, or diagnostic artifacts used. - Ranked bottlenecks: ordered list with measured contribution and confidence. - Change: what was changed or recommended. - Verification: after values, comparison to baseline, tests run, and residual risk. ## Guardrails - Do not optimize without a baseline unless the task is explicitly only about designing a measurement plan. - Do not claim a speedup from code inspection alone. - Do not hide measurement variance. - Do not trade correctness, security, or durability for speed without explicit user approval. - Do not use synthetic microbenchmarks as the only proof for a user-facing workflow unless they directly model the hot path.
Related in General
modeling-omnistudio-epc-catalog
IncludedSalesforce Industries CME EPC product-modeling skill for Product2-based catalog creation. Use when creating EPC products, configuring product attributes, building offer bundles with Product Child Items, or reviewing EPC DataPack JSON metadata for product catalog changes. TRIGGER when: user creates or updates Product2 EPC records, AttributeAssignment payloads, AttributeMetadata/AttributeDefaultValues, Offer bundles, or ProductChildItem relationships. DO NOT TRIGGER when: designing OmniScripts/FlexCards/Integration Procedures (use building-omnistudio-omniscript, building-omnistudio-flexcard, or building-omnistudio-integration-procedure), implementing Apex business logic (use generating-apex), or troubleshooting deployment pipelines (use deploying-metadata).
relationship-science-coach
IncludedUse this skill for direct, practical adult relationship coaching: couples conflict, repair, trust, marriage, dating, flirting, attachment patterns, emotional connection, sex, desire differences, eroticism, kink negotiation, affection, love languages, breakups, and long-term passion. Draw on Gottman, EFT and Hold Me Tight, attachment science, modern sex research, Perel, Nagoski, Kerner, Schnarch, Love and Stosny, and flexible love-language tools. Be concrete and low-hedge. Redirect only for imminent danger, abuse, coercive control, minors, non-consent, self-harm, stalking, or medical/legal/psychiatric decisions.
building-sf-integrations
IncludedSalesforce integration architecture and runtime plumbing with 120-point scoring. Use this skill to set up Named Credentials, External Credentials, External Services, REST/SOAP callout patterns, Platform Events, and Change Data Capture. TRIGGER when: user sets up Named Credentials, External Services, REST/SOAP callouts, Platform Events, CDC, or touches .namedCredential-meta.xml files. DO NOT TRIGGER when: Connected App/OAuth config (use configuring-connected-apps), Apex-only logic (use generating-apex), or data import/export (use handling-sf-data).
venue-templates
IncludedAccess comprehensive LaTeX templates, formatting requirements, and submission guidelines for major scientific publication venues (Nature, Science, PLOS, IEEE, ACM), academic conferences (NeurIPS, ICML, CVPR, CHI), research posters, and grant proposals (NSF, NIH, DOE, DARPA). This skill should be used when preparing manuscripts for journal submission, conference papers, research posters, or grant proposals and need venue-specific formatting requirements and templates.
let-fate-decide
IncludedDraws the 12 Houses of the Zodiac Tarot spread to inject entropy into planning when prompts are vague, ambiguous, or casually delegated. Interprets the spread to guide next steps. Use when the user says 'let fate decide', 'YOLO', 'whatever', 'idk', or other nonchalant phrases, makes Yu-Gi-Oh references, or when you are about to arbitrarily pick between multiple reasonable approaches. Prefer over ask-questions-if-underspecified when the user's tone is casual or playful rather than precision-seeking.
net-ops
IncludedCross-platform network troubleshooting (Windows, macOS, Linux) via local or remote shell. Use for: DNS broken, can't resolve hostnames, nslookup/dig works but apps fail, NRPT, WFP, scutil, /etc/resolver, systemd-resolved, /etc/resolv.conf, NetworkManager, VPN DNS leak residue (ProtonVPN/Mullvad/WireGuard/AnyConnect), AV/firewall blocking DNS or DoH, Tailscale DNS interaction, intermittent connectivity, remote diagnostics over SSH.