Skip to content

v1.0.0 - Initial Release

Latest

Choose a tag to compare

@xueyangeng xueyangeng released this 30 Mar 06:31
· 2 commits to main since this 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.skill

Usage

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