analyze-performance
SKILL.md
civicship-api パフォーマンス分析
パフォーマンスのボトルネックを特定し、最適化提案を提示します。N+1問題、不要なクエリ、非効率なアルゴリズムを検出します。
使用方法
# ドメイン全体のパフォーマンス分析
/analyze-performance wallet
# 特定ファイルの分析
/analyze-performance src/application/domain/account/wallet/service.ts
# 全体のパフォーマンスレポート
/analyze-performance --all
引数:
$ARGUMENTS: ドメイン名、ファイルパス、または--all