← スキル一覧に戻る

wa-performance-review
by brendankowitz
⭐ 0🍴 0📅 2026年1月23日
SKILL.md
name: wa-performance-review description: > Conduct a focused performance analysis based on the Well-Architected Framework Performance Efficiency pillar. Use when user says "performance review", "wa performance", or "check performance". Analyzes scalability, data access, caching, algorithm efficiency, network I/O, and resource management.
Well-Architected Performance Review
Conduct a focused performance analysis based on the Well-Architected Framework Performance Efficiency pillar.
Usage: When user says "performance review", "wa performance", or "check performance"
Performance Pillar Focus Areas
- Scalability (horizontal scaling, async operations)
- Data Access (N+1 queries, connection pooling, indexing)
- Caching Strategy (memory/distributed caching, invalidation)
- Algorithm Efficiency (time/space complexity, Query optimization)
- Network & I/O (batching, compression, streaming)
- Resource Management (memory leaks, GC pressure, thread pool)
Analysis Targets
Analyze the codebase for:
- 🚨 Critical performance issues (blocking calls, N+1 queries)
- ⚠️ Performance bottlenecks (inefficient algorithms, missing caching)
- ✅ Performance best practices observed
Output
Provide specific file references with optimization recommendations and effort estimates.
Use the Well-Architected Agent with performance pillar deep dive scope.
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です