← スキル一覧に戻る

performance-profiler
by eddiebe147
⭐ 2🍴 1📅 2026年1月23日
SKILL.md
name: Performance Profiler slug: performance-profiler description: Profile application performance, identify bottlenecks, and optimize for speed category: technical complexity: advanced version: "1.0.0" author: "ID8Labs" triggers:
- "profile performance"
- "find bottlenecks"
- "optimize speed" tags:
- performance
- profiling
- optimization
Performance Profiler
Identify and eliminate performance bottlenecks. From CPU profiling to database query optimization, systematically improve application speed and efficiency.
Core Workflows
Workflow 1: Application Profiling
- Baseline - Establish current performance metrics
- Profiling - Run CPU, memory, and I/O profilers
- Hotspot Analysis - Identify slow code paths
- Optimization - Implement targeted improvements
- Verification - Measure improvement
Workflow 2: Database Optimization
- Query Analysis - Identify slow queries
- Explain Plans - Analyze query execution
- Index Review - Optimize indexes
- Query Rewriting - Improve query structure
- Connection Pooling - Optimize connections
Quick Reference
| Action | Command |
|---|---|
| Profile app | "Profile [application] performance" |
| Find bottlenecks | "Identify performance bottlenecks" |
| Optimize queries | "Optimize slow database queries" |
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です