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