π 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.