tunelito-live-smoke

Validate HTML page load, accessibility, and WebSocket connection integrity for live Tunelito reviews.

Updated May 22, 2026
One-click install
npx skills add https://github.com/chekos/tunelito --skill tunelito-live-smoke
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tunelito-live-smoke
Source: https://github.com/chekos/tunelito/tree/main/.claude/skills/tunelito-live-smoke
Command: npx skills add https://github.com/chekos/tunelito --skill tunelito-live-smoke

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill allows you to perform a live smoke test on Tunelito, ensuring your HTML pages are ready for review without deploying to a full environment.

Core Features & Use Cases

  • Smoke Testing: Run quick checks on HTML pages to ensure they load correctly and are accessible via a temporary URL.
  • Pre-Deployment Validation: Use before deploying changes to production, to catch any issues early.
  • Use Case: Before pushing your latest changes to the live site, run this Skill to verify that your page content and behavior are correct.

Quick Start

Run the tunelito-live-smoke skill with the HTML file you want to test.

Frequently Asked Questions about tunelito-live-smoke

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I run a smoke test on HTML pages before a live review?

A smoke test for HTML pages validates page load, accessibility, and WebSocket connection integrity locally, ensuring your content is ready for live review without deploying to a full environment.

What does local pre-deployment validation for HTML pages check?

Pre-deployment validation for HTML pages checks page load success, accessibility, and WebSocket connection integrity to catch content and behavior issues early before pushing changes to production.

Do I need a local Tunelito setup to test HTML page accessibility?

Yes, testing HTML page accessibility requires a local Tunelito setup and an HTML file to generate a temporary URL and verify WebSocket connection integrity.

How does WebSocket connection integrity validation work for local HTML testing?

WebSocket connection integrity validation checks the communication channels required for live reviews, ensuring local HTML pages maintain stable connections before deployment.

Why is my HTML page not loading correctly during a local smoke test?

If your HTML page is not loading during a local smoke test, verify your local Tunelito setup is active and check page load, accessibility, and WebSocket connection logs for errors.