html-lint-runner

Community

Automated HTML linting for accessibility.

Authornaporin0624
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill lints HTML/JSX/TSX for accessibility and semantic correctness using axe-core/playwright and markuplint.

Core Features & Use Cases

  • WCAG accessibility checks with auto-generated reports.
  • HTML semantics and structural checks for modern web apps.
  • JSON or text output for automation.

Quick Start

Example: npx tsx ${CLAUDE_PLUGIN_ROOT}/skills/html-lint-runner/src/index.ts path/to/file.html --json

Dependency Matrix

Required Modules

playwright@axe-core/playwrightmarkuplint@markuplint/jsx-parser@markuplint/react-spec

Components

scripts

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: html-lint-runner
Download link: https://github.com/naporin0624/claude-web-audit-plugins/archive/main.zip#html-lint-runner

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository