The H5 Smoke Test skill provides a standardized framework for validating H5 web applications immediately after deployment or infrastructure changes. It guides Claude to perform or verify a suite of essential checks including page accessibility, SPA routing, HTTPS security (Mixed Content), API connectivity, real-time Socket.IO/WS communication, and audio processing. By following a strict protocol of eight specific test cases, it helps developers quickly determine if a release is successful or requires an immediate rollback, providing clear diagnostic paths for common failures like Nginx misconfigurations, SSL issues, or CDN caching problems.
Key Features
01Standardized 8-point checklist for H5 production readiness
02Comprehensive audio processing and upload link verification
03Deep verification of real-time communication (Socket.IO/WS) and Nginx upgrades
04Security validation for Mixed Content and HTTPS protocol integrity
050 GitHub stars
06Structured diagnostic paths for rapid troubleshooting of failed deployment cases
Use Cases
01Verifying production releases immediately after CI/CD deployment to prevent faulty code from reaching users
02Troubleshooting 'partial failures' caused by CDN caching issues or inconsistent environment variables
03Validating environment changes such as SSL certificate updates, proxy modifications, or port reassignments