performance-profiler
Installation
SKILL.md
Performance Profiler
一键分析项目性能瓶颈,输出优先级排序的优化建议。
Overview
扫描项目代码和配置,检测性能问题:bundle 体积、依赖膨胀、大文件、N+1 查询模式、未优化的资源。输出按影响程度排序的可执行优化建议报告。
When to Use
- User wants to analyze project performance
- User mentions bundle size, slow loading, or performance optimization
- User wants to know which dependencies are slowing down the project
- User inputs
/performance-profiler - User wants to reduce bundle size for faster page loads
- User wants to find and remove unused dependencies
- User wants to check for barrel file impact on tree-shaking
- User wants performance optimization recommendations