Design validation
The bundled script compares design vs live deterministically and writes a JSON report per page; classify each finding as content, serving, or styling and drive the fix. <skill-dir> is the directory containing this SKILL.md.
Workflow
- Locate the design HTML (file or folder) and the live site URL from the running site or
launchSettings.json. - Read
references/cli-guidance.mdfor setup and run, andreferences/report-template.mdfor the report format. - Set up all necessary dependencies for the scripts per the Setup section of
references/cli-guidance.md(if not done before). - Run the scripts to compare design vs live.
- Classify each finding with the playbooks in
references/classification.md. - Report findings grouped by classification, then severity, with root cause and fix location.