deploy-check

Validate HTML, links, images, meta tags, and essential files before deployment.

Updated Apr 30, 2025
One-click install
npx skills add https://github.com/a-tabiji/atima-lp --skill deploy-check-a-tabiji
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: deploy-check
Source: https://github.com/a-tabiji/atima-lp/tree/main/.claude/skills/deploy-check
Command: npx skills add https://github.com/a-tabiji/atima-lp --skill deploy-check-a-tabiji

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Run pre-deployment comprehensive checklist. Validates HTML, links, images, meta tags, legal pages, and responsive design in one pass.

Core Features & Use Cases

  • Validates essential files presence: index.html, privacy-policy.html, terms-of-service.html, tokusho.html, CNAME
  • Checks HTML validity, alt text for images, meta viewport, internal links, CTA URLs, and image paths
  • Ensures CSS/JS load correctly, removes console.log statements
  • Performs basic SEO checks like title and meta description

Quick Start

Run the deploy-check skill to perform a comprehensive pre-deployment validation of the site.

Frequently Asked Questions about deploy-check

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

FAQPage Schema
How do I run a pre-deploy health check for a static website?

A pre-deploy health check validates essential files, HTML, links, images, and SEO before publishing. The deploy-check skill automates this validation in one pass for web projects deployed to GitHub Pages or similar hosting.

What should a pre-deploy checklist include for GitHub Pages sites?

A pre-deploy checklist for GitHub Pages should include validating essential files like index.html, privacy-policy.html, terms-of-service.html, tokusho.html, and CNAME. It also checks HTML validity, alt text, meta viewport, and internal links.

Can I automate HTML validation and link checking before publishing a site?

Yes, you can automate HTML validation and link checking before publishing. This skill checks HTML validity, functional internal links, CTA URLs, image paths, and ensures CSS/JS load correctly in a single automated pass.

Does the pre-deploy validation check for basic SEO compliance and accessibility?

Yes, pre-deploy validation checks for basic SEO compliance and accessibility. It verifies accessible images by checking alt text, ensures correct meta viewport for responsive design, and validates title and meta description tags.

What is the best way to ensure site readiness in production before deployment?

The best way to ensure site readiness in production is running an automated comprehensive checklist. This skill detects issues by validating legal pages, removing console.log statements, and checking essential files presence before publishing.

Why does my pre-deploy validation fail on missing essential files?

Pre-deploy validation fails on missing essential files when required documents are absent. The skill enforces the presence of index.html, privacy-policy.html, terms-of-service.html, tokusho.html, and CNAME to ensure complete site readiness.