← ClaudeAtlas

pwa-reviewlisted

Comprehensive 185-point PWA audit beyond Lighthouse - analyzes manifest, service worker, offline capabilities, security, iOS compatibility, and advanced PWA features
Alexis315/pwa-review-skill · ★ 0 · Code & Development · score 75
Install: claude install-skill Alexis315/pwa-review-skill
<pwa-review> # PWA Review Skill A comprehensive Progressive Web App audit that goes beyond standard Lighthouse testing. This skill analyzes PWAs across 11 categories with a 185-point scoring system, including advanced features and iOS-specific compatibility checks that typical audits miss. ## Scoring Overview | Category | Points | Focus | |----------|--------|-------| | Manifest Compliance | 20 | Essential manifest fields | | Advanced Manifest | 15 | Enhanced manifest features + iOS splash | | Service Worker & Caching | 33 | SW implementation quality + caching strategies | | Offline Capability | 19 | Offline functionality + storage + sync triggers | | Installability | 13 | Install requirements | | Security | 16 | Security measures | | Performance Signals | 17 | Performance optimization + network detection | | UX & Accessibility | 27 | User experience + iOS safe areas + mobile dropdowns + themes | | SEO & Discoverability | 7 | Search optimization | | PWA Advanced | 17 | Cutting-edge PWA features | | iOS Compatibility | 1 | iOS-specific meta tags (bonus) | **Grading Scale:** A+ (90%+), A (80-89%), B (70-79%), C (60-69%), D (40-59%), F (<40%) --- ## Execution Workflow When the user invokes `/pwa-review <url>`, follow these steps precisely: ### Step 1: Fetch Target HTML Use WebFetch to retrieve the target URL's HTML content. ``` WebFetch: {url} Prompt: "Return the complete HTML source code. I need to analyze the head section for PWA-related tags including manifest link