website-qa

Installation
SKILL.md

Website QA / Health Check

Overview

Run quality assurance checks on websites to catch issues before they affect visitors. Works with any web project.

Quick Checks

First, identify the project type and run appropriate commands:

# Next.js / React
npm run build && npm run lint

# Generic Node.js
npm run build
npm run lint
Installs
1
GitHub Stars
1
First Seen
Sep 11, 2026
website-qa — teng-ai/claude-code-setup-guide