Skip to main content

performance-analysis

Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.

インストールへ移動

ソース情報

リポジトリ
ruvnet/ruflo
ソースの最終更新活動
2026年7月29日 19:08
検出された SKILL.md の言語
英語
スター
73,010
フォーク
8,665

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。

SKILL.md を表示中

SKILL.md
ソースの指示 · 読み取り専用プレビュー
name
performance-analysis
description
Performance profiling, benchmarking, and optimization. Use when: slow operations, regressions, memory pressure, release validation. Skip when: early prototyping, documentation, configuration-only changes.
# Performance Analysis Skill ## Purpose Measure before optimizing and preserve reproducible benchmark evidence. ## Commands ### Run Benchmark Suite ```bash npx @claude-flow/cli performance benchmark --suite all ``` ### Profile Code ```bash npx @claude-flow/cli performance profile --target ./src ``` ## Best Practices 1. Capture a baseline before changing code 2. Use identical inputs and environments 3. Report variance, not only the fastest result 4. Re-run correctness tests after optimization
GitHubで見る