Conducts comprehensive Progressive Web App readiness assessments to validate manifests, service workers, and offline capabilities.
The PWA Audit skill provides a deep technical evaluation of web applications to ensure they meet Progressive Web App standards. It automates the validation of web app manifests, inspects service worker lifecycles and scopes via Chrome DevTools Protocol (CDP), and performs live offline capability tests by emulating network disconnections. This tool is essential for developers looking to verify installability criteria, diagnose 'Add to Home Screen' issues, and ensure robust offline fallback behavior before deploying to production or app stores.
主要功能
01Automated web app manifest validation and icon requirement checking
02Push notification permission and HTTPS enforcement auditing
031 GitHub stars
04Real-world offline capability testing using network condition emulation
05Browser installability criteria verification against modern standards
06Service worker lifecycle, scope, and cache storage inspection via CDP
使用场景
01Verifying PWA criteria before submitting to stores via TWA or PWABuilder
02Auditing offline fallback behavior and UI consistency during network outages
03Debugging service worker registration and caching strategy failures