Releases: xueyangeng/react-performance-audit
Releases · xueyangeng/react-performance-audit
v1.0.0 - Initial Release
🎉 Initial Release
Features
- ✅ Architecture analysis (monorepo support)
- ✅ Bundle size breakdown and optimization recommendations
- ✅ Code splitting evaluation (route & component level)
- ✅ First-screen performance metrics
- ✅ React optimization checks
- ✅ PWA configuration audit
- ✅ Overseas deployment readiness
Installation
curl -L -O https://github.com/xueyangeng/react-pwa-audit-skill/releases/download/v1.0.0/react-pwa-audit.skill
openclaw skills install react-pwa-audit.skillUsage
# Quick audit
bash scripts/audit.sh /path/to/project
# Deep analysis
cd /path/to/project
claude --permission-mode bypassPermissions --print "Use react-pwa-audit skill to analyze this project"See README for detailed documentation.